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

Roman Shtykh commented on IGNITE-2730:
--------------------------------------

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)

Reply via email to