newSequencePage property
- @TagNumber.new(3)
The new topic sequence_page. If you had one before and this one is different, then your topic reset. If you didn't have one, then this is just telling you what the sequence page is expected to be. If you had one before, and this one is the same, then it's just telling you that you missed some messages in the topic. Probably your client is consuming messages a little too slowly in this case!
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get newSequencePage => $_getI64(2);
- @TagNumber.new(3)
Implementation
@$pb.TagNumber(3)
set newSequencePage($fixnum.Int64 v) {
$_setInt64(2, v);
}