codelipenghui commented on a change in pull request #14809:
URL: https://github.com/apache/pulsar/pull/14809#discussion_r833057404



##########
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:
       We should allow auto-upload schema for all system topics? Otherwise, for 
pulsar internal system topic, users need to upload the schema or we need to 
provide a way to generate schema, looks confused for users.
   




-- 
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]


Reply via email to