gaoran10 commented on a change in pull request #12818:
URL: https://github.com/apache/pulsar/pull/12818#discussion_r749876032
##########
File path:
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/ManagedLedgerConfig.java
##########
@@ -77,6 +77,7 @@
private int newEntriesCheckDelayInMillis = 10;
private Clock clock = Clock.systemUTC();
private ManagedLedgerInterceptor managedLedgerInterceptor;
+ private Map<String, String> topicMetadata;
Review comment:
Maybe we'd better don't add topic-related concepts in the ManagedLedger
package, why not add this in the `PersistentTopic`?
--
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]