BewareMyPower commented on code in PR #24488: URL: https://github.com/apache/pulsar/pull/24488#discussion_r2306313073
########## pulsar-common/src/main/proto/PulsarApi.proto: ########## @@ -173,6 +174,7 @@ message MessageMetadata { // the `compacted_out` field in `SingleMessageMetadata` must be checked to identify and filter out compacted // messages (e.g., `k1 => v1` and `k1 => null` in the example above). repeated int32 compacted_batch_indexes = 31; + optional bytes schema_id = 32; Review Comment: +1 -- 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. To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org