reswqa commented on code in PR #33:
URL:
https://github.com/apache/flink-connector-pulsar/pull/33#discussion_r1109311741
##########
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:
Ok
--
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]