lhotari commented on code in PR #17164: URL: https://github.com/apache/pulsar/pull/17164#discussion_r966655922
########## managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedCursorImpl.java: ########## @@ -119,6 +121,11 @@ public class ManagedCursorImpl implements ManagedCursor { protected final ManagedLedgerConfig config; protected final ManagedLedgerImpl ledger; private final String name; + + public static final String CURSOR_INTERNAL_PROPERTY_PREFIX = "#pulsar."; Review Comment: As mentioned in a comment, remove internal properties support from changes made in this PR. -- 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