You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Shtykh (JIRA)" <ji...@apache.org> on 2016/03/30 08:32:25 UTC

[jira] [Issue Comment Deleted] (IGNITE-2730) Ignite Events Source Streaming to Kafka

     [ https://issues.apache.org/jira/browse/IGNITE-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Shtykh updated IGNITE-2730:
---------------------------------
    Comment: was deleted

(was: Denis, it's a valid concern, however we have _if (cacheName != null)_ check at the top of _start(...)_ not to create configurations again and again for tasks because they are the same. And if an IgnitePredicate filter is not _static_, it won't be initialized for multiple tasks. Also it (and the queue) is used now with {{TaskRemoteFilter}} which is static too. Removing _static_ from {{TaskRemoteFilter}} will have the same effect I mentioned for the filter.
I think we have to leave it as it, or remove _if (cacheName != null)_ check and share nothing but {{IgniteGrid}} singleton.
What do you think?)

> Ignite Events Source Streaming to Kafka
> ---------------------------------------
>
>                 Key: IGNITE-2730
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2730
>             Project: Ignite
>          Issue Type: New Feature
>          Components: streaming
>            Reporter: Roman Shtykh
>            Assignee: Roman Shtykh
>              Labels: community
>
> Streaming specified Ignite events (https://apacheignite.readme.io/docs/events) to Kafka via Kafka Connect.
> It has to be added to org.apache.ignite.stream.kafka.connect package.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)