[
https://issues.apache.org/jira/browse/IGNITE-7752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16544066#comment-16544066
]
ASF GitHub Bot commented on IGNITE-7752:
----------------------------------------
GitHub user shroman opened a pull request:
https://github.com/apache/ignite/pull/4363
IGNITE-7752: Update Ignite KafkaStreamer to use new consumer.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shroman/ignite IGNITE-7752
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4363.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4363
----
commit b099602287ac1282b3b3fcb094e601c1f9e33e52
Author: shroman <rshtykh@...>
Date: 2018-07-14T05:56:00Z
IGNITE-7752: Update Ignite KafkaStreamer to use new consumer.
commit 8eafc4c305b6c069b7b63b7d4d567a7160b17043
Author: shroman <rshtykh@...>
Date: 2018-07-14T05:56:33Z
IGNITE-7752: Update Ignite KafkaStreamer to use new consumer.
----
> Update Ignite KafkaStreamer to use new KafkaConsmer configuration.
> ------------------------------------------------------------------
>
> Key: IGNITE-7752
> URL: https://issues.apache.org/jira/browse/IGNITE-7752
> Project: Ignite
> Issue Type: Task
> Components: streaming
> Reporter: Andrew Mashenkov
> Assignee: Roman Shtykh
> Priority: Major
> Labels: newbie
> Fix For: 2.7
>
>
> Seems, for now it is impossible to use new style KafkaConsumer configuration
> in KafkaStreamer.
> The issue here is Ignite useĀ
> kafka.consumer.Consumer.createJavaConsumerConnector() method which creates
> old consumer (ZookeeperConsumerConnector).
> We should create a new KafkaConsumer instead which looks like support both,
> old and new style configs.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)