kalix-jvm-sdk icon indicating copy to clipboard operation
kalix-jvm-sdk copied to clipboard

Sequence and sequence type in metadata

Open johanandren opened this issue 1 year ago • 0 comments

For event sourced entities and value entities we provide sequence number/revision as the sequence attribute (cloud event extension https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/extensions/sequence.md ) but we do not have those in the SDK CloudEvent APIs, we should add.

Since not every request where the API is used is from a subscription, if we add getters the result must be optional

johanandren avatar May 30 '24 08:05 johanandren