slowpao commented on code in PR #3324:
URL:
https://github.com/apache/incubator-eventmesh/pull/3324#discussion_r1123254163
##########
eventmesh-connector-plugin/eventmesh-connector-pulsar/src/main/java/org/apache/eventmesh/connector/pulsar/config/ClientConfiguration.java:
##########
@@ -36,4 +36,7 @@ public class ClientConfiguration {
@ConfigFiled(field = "authParams")
private String authParams;
+
+ @ConfigFiled(field = "topicPrefix")
+ private String topicPrefix;
}
Review Comment:
Because the full format of topic needs a prefix, but the prefix cannot be
passed in the url when the topic is carried
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]