Max utilization of avlbl nodes

2018-07-25 Thread Srinivasa T N
Hi All, I have three nodes, I want to use them as kafka brokers as well as the same machines to run the producer app. Can I create single topic with 3 partitions and two replicas so that each node can be a leader for one of the partition? Regards, Seenu.

Any one using oracle event hub - dedicated ?

2018-07-25 Thread Vaibhav Jain
Hi There, Any pros/cons ?  Regards, Vaibhav

Re: Storing a list of values for the same key

2018-07-25 Thread Andrea Spina
Hi Guozhang, thanks for the answer. I meant that I was considering the idea to use a surrogate key X= (A,B) where A is the actual key and B is something let me understanding it belongs to the list B, which is the last list collected until the n-th emission. Anyway, 1) is far away from RocksDB optim

Re: Any one using oracle event hub - dedicated ?

2018-07-25 Thread Robin Moffatt
Compared to other managed solutions, or compared to running it yourself? On Wed, 25 Jul 2018 at 12:44, Vaibhav Jain wrote: > Hi There, Any pros/cons ? Regards, Vaibhav -- -- Robin Moffatt | Developer Advocate | ro...@confluent.io | @rmoff

Re: Storing a list of values for the same key

2018-07-25 Thread Guozhang Wang
Yes currently Kafka Streams does not provide natural construct for a list store. Personally I'd still recommend considering option 2) if your computational pattern falls in that category. Guozhang On Wed, Jul 25, 2018 at 1:43 AM, Andrea Spina wrote: > Hi Guozhang, > thanks for the answer. I me

Re: Debugging message timestamps in Sarama

2018-07-25 Thread Craig Ching
This didn’t fix my problem unfortunately. Both time stamps are 0. > On Jul 24, 2018, at 15:22, Craig Ching wrote: > > Hey, thanks for that Dmitriy! I'll have a look. > >> On Tue, Jul 24, 2018 at 11:18 AM Dmitriy Vsekhvalnov >> wrote: >> Not really associated with Sarama. >> >> But your is

Re: [VOTE] 2.0.0 RC3

2018-07-25 Thread Ron Dagostino
+1 (non-binding) Built from source and exercised the new SASL/OAUTHBEARER functionality with unsecured tokens. Thanks, Rajini -- apologies for KAFKA-7182. Ron On Tue, Jul 24, 2018 at 5:10 PM Vahid S Hashemian wrote: > +1 (non-binding) > > Built from source and ran quickstart successfully with

Native memory allocation (mmap) failed to map on Kafka 1.0.1 broker

2018-07-25 Thread uday s
Hi, A Kafka broker in one of our production clusters crashed after a restart. We have also observed same type of crashes on other smaller Kafka clusters in our development environment during regular operation. On the smaller Kafka clusters, there is no direct correlation to increase in messages i

Next Release

2018-07-25 Thread xiejing
Hi, Do you have a schedule for the next release, say 1.2. or 2.0? _ 谢静.Kane 大数据平台部 cid:_Foxmail.1@abc581d8-f944-5eb8-e3d2-9b6d60ae101c 上海浦东新区海趣路58号1号楼 电话:021-50504740-893325 邮件: xiejing.k...@shandagames.com 本邮件及其附件含有盛大游戏的保密信息,仅限于发送给上面地址中列出的

Re: Next Release

2018-07-25 Thread Ted Yu
Have you seen this thread ? http://search-hadoop.com/m/Kafka/uyzND1050Xu1lWkZV?subj=+VOTE+2+0+0+RC3 On Wed, Jul 25, 2018 at 7:04 PM xiejing wrote: > Hi, > > > > Do you have a schedule for the next release, say 1.2. or 2.0? > > > -- > > 谢静.Kane > > 大数据平台部 > [image: ci

Re: Any one using oracle event hub - dedicated ?

2018-07-25 Thread Vaibhav Jain
Hi Robin, Thanks for the reply, apologies for not enough details in the previous email. Yes, How oracle event hub do compare to other managed solutions? We are exploring oracle dedicated event hub. Documentation is slightly off. Regards, Vaibhav On Wed, Jul 25, 2018 at 6:12 PM Robin Moffatt wr