Re: Kafka 0.11

2018-04-23 Thread m@xi
Thanks a lot Ted! I will look into it! If someone else could elaborate on the other bullets it would be great. Best, Max -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: Kafka 0.11

2018-04-23 Thread Ted Yu
For #4, there was past thread: http://search-hadoop.com/m/Flink/VkLeQPK4Ek2dYiZS1?subj=Re+Flink+on+Azure+HDInsight You can find related information on Azure Table in: docs/dev/batch/connectors.md FYI On Mon, Apr 23, 2018 at 4:13 AM, m@xi wrote: > Hey Michael! Thanks a lot for your answer. >

Re: Kafka 0.11

2018-04-23 Thread m@xi
Hey Michael! Thanks a lot for your answer. 1 -- OK then. Seems that Kafka version 0.11 is the most preferable since it supports exactly-once semantics. 2 -- I have implemented my algorithm in Flink but I would like to implement it on Kafka streams. All of them should run on a Flink cluster (stand

Re: Kafka 0.11

2018-04-22 Thread TechnoMage
The different versions of the connector correspond to different versions of Kafka. If you are using Kafka 0.8 use 0.8 connector, etc. Versions of the connector after 0.10 support exactly once delivery, versions prior to that only offer at least once delivery. Kafka supports distributed proces

Re: Kafka 0.11

2018-04-22 Thread m@xi
Hi Piotr! In this page of the documentation [1] I can see the different versions of Kafka Connectors, but I am now learning about Kafka so some help would be valuable. 1 -- Are 0.8, 0.9, 0.11 etc different version of the same thing or do they same thing? I mean does 0.11 offers everything the 0.8

Re: Kafka 0.11

2017-08-18 Thread Piotr Nowojski
Hi, Yes, Flink Connector for Kafka 0.10 should work without problems with Kafka 0.11. There is also a pending work for a Kafka 0.11 connector that will add support for exactly-once semantic. Piotrek > On Aug 18, 2017, at 5:21 PM, Gabriele Di Bernardo > wrote: > > Hi guys,

Kafka 0.11

2017-08-18 Thread Gabriele Di Bernardo
Hi guys, Is the Flink Connector Kafka 0.10 fully compatible with Kafka 0.11? Thank you in advance. Best, Gabriele