Shoothzj commented on a change in pull request #13336:
URL: https://github.com/apache/pulsar/pull/13336#discussion_r770139434
##########
File path: site2/docs/developing-binary-protocol.md
##########
@@ -63,6 +63,14 @@ It is created by the broker when the message arrived at the
broker and passed wi
| `broker_timestamp` | Optional | The timestamp when a message arrived
at the broker (`id est` as the number of milliseconds since January 1st, 1970
in UTC) |
| `index` | Optional | The index of the message. It is
assigned by the broker.
+If you want use broker entry metadata for **brokers**, configure the
[`brokerEntryMetadataInterceptors`](reference-configuration.md#broker)
parameter in the `broker.conf` file.
+
+If you want use broker entry metadata for **consumers**:
Review comment:
want to
##########
File path: site2/docs/developing-binary-protocol.md
##########
@@ -63,6 +63,14 @@ It is created by the broker when the message arrived at the
broker and passed wi
| `broker_timestamp` | Optional | The timestamp when a message arrived
at the broker (`id est` as the number of milliseconds since January 1st, 1970
in UTC) |
| `index` | Optional | The index of the message. It is
assigned by the broker.
+If you want use broker entry metadata for **brokers**, configure the
[`brokerEntryMetadataInterceptors`](reference-configuration.md#broker)
parameter in the `broker.conf` file.
Review comment:
want to use
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]