Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,6 @@ message ResetRequest {
// Reason for the reset
optional Reason reason = 1;

// Reset all subscriptions that are before this time, if omitted, the
// current time is assumed
optional google.protobuf.Timestamp before = 2;

Comment thread
AnotherDaniel marked this conversation as resolved.
// The reason for triggering a reset, this is an optional attribute used
// to provide insight as to why a reset occurred
// More reasons will be added as we distill the business logic
Expand Down
2 changes: 1 addition & 1 deletion up-l3/usubscription/v3/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ Subscribe (and unsubscribe) to remote topics are handled by RPC calls between uS
[#reset-operation]
== Reset

This is a private API, to be used only between uSubscription services. Regular uEntities can call Unsubscribe() to flush their own subscriptions.
This is a private API, to be used only between uSubscription services.
Comment thread
sophokles73 marked this conversation as resolved.

[.specitem,oft-sid="dsn~usubscription-reset-protobuf~1",oft-needs="impl,utest"]
****
Expand Down