You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
According to apache/pulsar#4079, orderingKey was introduced to let user set message order manually, currently pulsar-client-go do not have related apis exposed to user. We should add orderingKey related apis to ProducerMessage and Message.
Describe the solution you'd like
add OrderingKey to ProducerMessage
add OrderingKey() to Message interface
sync OrderingKey to SingleMessageMetadata
Additional context
Once this issue is resolved, new test with key batch builder should add as well. ref: apache#400
The text was updated successfully, but these errors were encountered:
Original Issue: apache#401
Is your feature request related to a problem? Please describe.
According to apache/pulsar#4079,
orderingKey
was introduced to let user set message order manually, currently pulsar-client-go do not have related apis exposed to user. We should addorderingKey
related apis toProducerMessage
andMessage
.Describe the solution you'd like
OrderingKey
toProducerMessage
OrderingKey()
toMessage
interfaceOrderingKey
toSingleMessageMetadata
Additional context
Once this issue is resolved, new test with key batch builder should add as well. ref: apache#400
The text was updated successfully, but these errors were encountered: