syhily commented on code in PR #33:
URL: 
https://github.com/apache/flink-connector-pulsar/pull/33#discussion_r1109280705


##########
flink-connector-pulsar/src/test/java/org/apache/flink/connector/pulsar/testutils/runtime/remote/PulsarRemoteRuntime.java:
##########
@@ -28,8 +28,12 @@ public PulsarRemoteRuntime(String serviceUrl, String 
adminUrl) {
 
     @Override
     public PulsarRuntime withConfigs(Map<String, String> configs) {
-        throw new UnsupportedOperationException(
-                "We can't change the broker configs on a running instance.");
+        if (!configs.isEmpty()) {

Review Comment:
   This is a local debug class for investigate the root cause from Pulsar side. 
We may use it with `PulsarTestSuiteBase`, it will pass an empty map by default.



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