Myracle commented on a change in pull request #17271:
URL: https://github.com/apache/flink/pull/17271#discussion_r707859625
##########
File path:
flink-connectors/flink-connector-pulsar/src/test/java/org/apache/flink/connector/pulsar/testutils/runtime/PulsarRuntime.java
##########
@@ -18,33 +18,36 @@
package org.apache.flink.connector.pulsar.testutils.runtime;
-import
org.apache.flink.connector.pulsar.testutils.runtime.container.PulsarContainerProvider;
-import
org.apache.flink.connector.pulsar.testutils.runtime.mock.PulsarMockProvider;
+import org.apache.flink.connector.pulsar.testutils.PulsarTestEnvironment;
+import
org.apache.flink.connector.pulsar.testutils.runtime.container.PulsarContainerRuntime;
+import
org.apache.flink.connector.pulsar.testutils.runtime.mock.PulsarMockRuntime;
-import java.util.function.Supplier;
+import org.testcontainers.containers.GenericContainer;
/**
- * A enum class for providing a operable pulsar runtime. We support two types
of runtime, the
- * container and mock.
+ * A abstraction for different pulsar runtimes. Providing the common methods
for {@link
Review comment:
An abstraction
--
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]