jiazhai commented on a change in pull request #4079: PIP-34 Key_Shared
subscription core implementation.
URL: https://github.com/apache/pulsar/pull/4079#discussion_r276885660
##########
File path: pulsar-common/src/main/proto/PulsarApi.proto
##########
@@ -124,8 +125,9 @@ message SingleMessageMetadata {
// the timestamp that this event occurs. it is typically set by
applications.
// if this field is omitted, `publish_time` can be used for the purpose
of `event_time`.
optional uint64 event_time = 5 [default = 0];
-
- optional bool partition_key_b64_encoded = 6 [ default = false ];
+ optional bool partition_key_b64_encoded = 6 [ default = false ];
Review comment:
alignment issue
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services