[ 
https://issues.apache.org/jira/browse/CALCITE-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16839749#comment-16839749
 ] 

Andrei Sereda commented on CALCITE-2913:
----------------------------------------

{quote}
Maybe I missed it, but is there a docker image or other method by which a 
release manager can do a quick smoke test, i.e. run a test that really talks to 
Kafka.
{quote}
There is a test with 
[MockConsumer|https://kafka.apache.org/0110/javadoc/org/apache/kafka/clients/consumer/MockConsumer.html]
 which is close.  

Additionally one can run embedded Kafka in tests. Ideally I would like to avoid 
docker dependency. 

> add a KafkaAdapter for Stream
> -----------------------------
>
>                 Key: CALCITE-2913
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2913
>             Project: Calcite
>          Issue Type: New Feature
>          Components: core
>            Reporter: Xu Mingmin
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 8h
>  Remaining Estimate: 0h
>
> Add a new adapter which exposes a Kafka topic into a Stream table, we've one 
> version in our env and would like to share it if not duplicated.
> Hint, we are actually extending it as a batch table, limiting to Stream table 
> sounds more straight-forward to me as 1st step.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to