chamikaramj commented on a change in pull request #12325:
URL: https://github.com/apache/beam/pull/12325#discussion_r461955979
##########
File path: sdks/python/apache_beam/io/external/xlang_kafkaio_it_test.py
##########
@@ -28,64 +28,60 @@
import time
import typing
import unittest
+import uuid
import apache_beam as beam
from apache_beam.io.kafka import ReadFromKafka
from apache_beam.io.kafka import WriteToKafka
-from apache_beam.metrics import Metrics
from apache_beam.testing.test_pipeline import TestPipeline
-
-
-class CrossLanguageKafkaIO(object):
Review comment:
Probably keep this so that this pipeline can be reused. (for example, I
believe we use this for Google internal testing).
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]