RobertIndie commented on a change in pull request #13995: URL: https://github.com/apache/pulsar/pull/13995#discussion_r800400316
########## File path: site2/docs/client-libraries-java.md ########## @@ -208,6 +208,7 @@ Name| Type | <div style="width:300px">Description</div>| Default `batchingMaxMessages` |int|The maximum number of messages permitted in a batch.|1000 `batchingEnabled`| boolean|Enable batching of messages. |true `compressionType`|CompressionType|Message data compression type used by a producer. <br />Available options:<li>[`LZ4`](https://github.com/lz4/lz4)</li><li>[`ZLIB`](https://zlib.net/)<br /><li>[`ZSTD`](https://facebook.github.io/zstd/)</li><li>[`SNAPPY`](https://google.github.io/snappy/)</li>| No compression +`initialSubscriptionName`|string|Use this config to automatically create an initial subscription when creating the topic. If this field is not set, the initial subscription will not be created.|null Review comment: Thanks for your suggestions. -- 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]
