[
https://issues.apache.org/jira/browse/CALCITE-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16839760#comment-16839760
]
Andrei Sereda edited comment on CALCITE-2913 at 5/14/19 8:36 PM:
-----------------------------------------------------------------
[~mingmxu] and [~julianhyde] regarding docker images. I would like to avoid
having external dependencies for
unit / integration tests.
Prefer the approach that has been taken by Elastic / Mongo / Geode adapters
were embedded (or fake) java version is used during tests. As we have seen
during releases, people usually forget running integration tests before PR and
issues are discovered during release.
My goal is to run most of tests in PR phase. Perhaps, only performance tests
upon release.
Example:
[EmbeddedKafkaBroker|https://github.com/spring-projects/spring-kafka/blob/master/spring-kafka-test/src/main/java/org/springframework/kafka/test/EmbeddedKafkaBroker.java]
was (Author: asereda):
[~mingmxu] and [~julianhyde] regarding docker images. I would like to avoid
having external dependencies for
unit / integration tests.
Prefer the approach that has been taken by Elastic / Mongo / Geode adapters
were embedded (or fake) java version is used during tests. As we have seen
during releases, people usually forget running integration tests before PR and
issues are discovered during release.
My goal is to run most of tests in PR phase. Perhaps, only performance tests
upon release.
> 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: 8.5h
> 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)