You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/11/30 03:17:41 UTC

[GitHub] [pulsar-client-go] freeznet opened a new issue #401: add OrderingKey related apis

freeznet opened a new issue #401:
URL: https://github.com/apache/pulsar-client-go/issues/401


   **Is your feature request related to a problem? Please describe.**
   According to https://github.com/apache/pulsar/pull/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: https://github.com/apache/pulsar-client-go/pull/400
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-client-go] wolfstudy closed issue #401: add OrderingKey related apis

Posted by GitBox <gi...@apache.org>.
wolfstudy closed issue #401:
URL: https://github.com/apache/pulsar-client-go/issues/401


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org