healchow commented on code in PR #5057:
URL: https://github.com/apache/inlong/pull/5057#discussion_r921750698
##########
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/sink/pulsar/PulsarClientService.java:
##########
@@ -534,7 +527,7 @@ class TopicProducerInfo {
private volatile Boolean isFinishInit = false;
public TopicProducerInfo(PulsarClient pulsarClient, int
sinkThreadPoolSize,
- String topic) {
+ String topic) {
Review Comment:
Those lines can be merged into one line.
--
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]