merlimat commented on a change in pull request #7165:
URL: https://github.com/apache/pulsar/pull/7165#discussion_r435624935



##########
File path: 
pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/SchedulerManager.java
##########
@@ -106,6 +106,7 @@ public SchedulerManager(WorkerConfig workerConfig, 
PulsarClient pulsarClient, Pu
                                 .blockIfQueueFull(true)
                                 .compressionType(CompressionType.LZ4)
                                 .sendTimeout(0, TimeUnit.MILLISECONDS)
+                                .producerName(config.getWorkerId() + 
"-scheduler-manager")

Review comment:
       Actually, in this case it should be good since there's only 1 writer.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to