You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "tc_commenter (JIRA)" <ji...@apache.org> on 2015/06/08 08:28:00 UTC

[jira] [Commented] (IGNITE-428) Implement IgniteKafkaStreamer to stream data from Apache Kafka

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

tc_commenter commented on IGNITE-428:
-------------------------------------

There was triggered next test builds for last attached patch-file:
01. http://204.14.53.152/viewQueued.html?itemId=88254 - Ignite AOP
02. http://204.14.53.152/viewQueued.html?itemId=88255 - Ignite AWS
03. http://204.14.53.152/viewQueued.html?itemId=88256 - Ignite Basic
04. http://204.14.53.152/viewQueued.html?itemId=88257 - Ignite Cache
05. http://204.14.53.152/viewQueued.html?itemId=88258 - Ignite Cache 2
06. http://204.14.53.152/viewQueued.html?itemId=88259 - Ignite Cache 3
07. http://204.14.53.152/viewQueued.html?itemId=88260 - Ignite Cache 4
08. http://204.14.53.152/viewQueued.html?itemId=88261 - Ignite Cache Expiry Policy
09. http://204.14.53.152/viewQueued.html?itemId=88262 - Ignite Cache Failover
10. http://204.14.53.152/viewQueued.html?itemId=88263 - Ignite Cache Full API
11. http://204.14.53.152/viewQueued.html?itemId=88264 - Ignite Cache Restarts
12. http://204.14.53.152/viewQueued.html?itemId=88265 - Ignite Cache Tx Recovery
13. http://204.14.53.152/viewQueued.html?itemId=88266 - Ignite Cloud
14. http://204.14.53.152/viewQueued.html?itemId=88267 - Ignite Compute Grid
15. http://204.14.53.152/viewQueued.html?itemId=88268 - Ignite Data Strucutures
16. http://204.14.53.152/viewQueued.html?itemId=88269 - Ignite Examples
17. http://204.14.53.152/viewQueued.html?itemId=88270 - Ignite GCE
18. http://204.14.53.152/viewQueued.html?itemId=88271 - Ignite Geospacial Indexing
19. http://204.14.53.152/viewQueued.html?itemId=88272 - Ignite H2 Indexing
20. http://204.14.53.152/viewQueued.html?itemId=88273 - Ignite Hadoop
21. http://204.14.53.152/viewQueued.html?itemId=88274 - Ignite Hibernate
22. http://204.14.53.152/viewQueued.html?itemId=88275 - Ignite IGFS
23. http://204.14.53.152/viewQueued.html?itemId=88276 - Ignite IGFS Examples
24. http://204.14.53.152/viewQueued.html?itemId=88277 - Ignite IGFS Linux and MacOS
25. http://204.14.53.152/viewQueued.html?itemId=88278 - Ignite Java Client
26. http://204.14.53.152/viewQueued.html?itemId=88279 - Ignite JDBC Driver
27. http://204.14.53.152/viewQueued.html?itemId=88280 - Ignite JTA
28. http://204.14.53.152/viewQueued.html?itemId=88281 - Ignite Logging
29. http://204.14.53.152/viewQueued.html?itemId=88282 - Ignite Queries
30. http://204.14.53.152/viewQueued.html?itemId=88283 - Ignite Scalar Examples
31. http://204.14.53.152/viewQueued.html?itemId=88284 - Ignite SPI
32. http://204.14.53.152/viewQueued.html?itemId=88285 - Ignite Spring
33. http://204.14.53.152/viewQueued.html?itemId=88286 - Ignite Start Nodes
34. http://204.14.53.152/viewQueued.html?itemId=88287 - Ignite URI Deploy SPI
35. http://204.14.53.152/viewQueued.html?itemId=88288 - Ignite Visor Console
36. http://204.14.53.152/viewQueued.html?itemId=88289 - Ignite WebSessions
37. http://204.14.53.152/viewQueued.html?itemId=88290 - JCache TCK


> Implement IgniteKafkaStreamer to stream data from Apache Kafka
> --------------------------------------------------------------
>
>                 Key: IGNITE-428
>                 URL: https://issues.apache.org/jira/browse/IGNITE-428
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: streaming
>    Affects Versions: sprint-5
>            Reporter: Dmitriy Setrakyan
>            Assignee: Vishal Garg
>         Attachments: ignite-sprint-5_ignite-428.patch
>
>
> We have {{IgniteDataStreamer}} which is used to load data into Ignite under high load. It was previously named {{IgniteDataLoader}}, see ticket IGNITE-394.
> See [Apache Kafka|http://kafka.apache.org/] for more information.
> We should create {{IgniteKafkaStreamer}} which will consume messages from Kafka and stream them into Ignite caches. 
> More details to follow, but to the least we should be able to:
> - Convert Kafka messages to Ignite data using an optional pluggable converter.
> - Specify the cache name for the Ignite cache to load data into.
> - Specify other flags available on {{IgniteDataStreamer}} class.



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