[
https://issues.apache.org/jira/browse/BEAM-10543?focusedWorklogId=464105&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-464105
]
ASF GitHub Bot logged work on BEAM-10543:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Jul/20 08:01
Start Date: 29/Jul/20 08:01
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 464105)
Time Spent: 2h (was: 1h 50m)
> Kafka Cross-language configuration lacks of few parameters
> ----------------------------------------------------------
>
> Key: BEAM-10543
> URL: https://issues.apache.org/jira/browse/BEAM-10543
> Project: Beam
> Issue Type: Improvement
> Components: cross-language, io-py-kafka
> Affects Versions: Not applicable
> Reporter: Piotr Szuberski
> Assignee: Piotr Szuberski
> Priority: P2
> Fix For: Not applicable
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> Kafka Cross-language configuration lacks of some attributes like
> maxNumRecords, maxReadTime, startReadTime etc.
> For example maxNumRecords would make it possible to write an integration test
> for read transform.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)