liangyepianzhou commented on a change in pull request #14809:
URL: https://github.com/apache/pulsar/pull/14809#discussion_r833129088
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/AbstractTopic.java
##########
@@ -608,6 +609,10 @@ public String getReplicatorPrefix() {
}
private boolean allowAutoUpdateSchema() {
+ if (topic.contains(EventsTopicNames.TRANSACTION_BUFFER_SNAPSHOT)
Review comment:
Great suggestion, I also think we should allow auto-upload schema for
all system topics.
But now the problem is that this change makes some tests unstable, I mean
these tests pass when run alone, but give errors when run with other tests
--
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]