Re: Kafka streams in Kubernetes

2019-06-08 Thread Pavel Sapozhnikov
I suggest take a look at Strimzi project https://strimzi.io/ Kafka operator deployed in Kubernetes environment. On Sat, Jun 8, 2019, 6:09 PM Parthasarathy, Mohan wrote: > Hi, > > I have read several articles about this topic. We are soon going to deploy > our streaming apps inside k8s. My under

Re: apache kafka community container image

2019-05-23 Thread Pavel Sapozhnikov
If you're running on Kubernetes or Openshift check out strimzi project. On Thu, May 23, 2019, 11:23 AM Zain Malik wrote: > Hi, > > Is there any plans to support a community container image for kafka? > > Right now there are bitnami and confluent based images but nothing > official without bitnam

Re: Comparison

2018-06-19 Thread Pavel Sapozhnikov
Besides the fact that Solace is a JMS based system, what other comparison factors are you looking for? On Tue, Jun 19, 2018 at 10:34 AM Dor Ben Dov wrote: > Hi Everyone, > > Do you have any comparison between Kafka and solace? > > Regards, > Dor Ben Dov > This message and the information contain

Re: Best practices

2018-05-21 Thread Pavel Sapozhnikov
automatically. > > You can also configure when you want to be informed about successful > write: before or after replication. > > This blog post should help: > > https://www.confluent.io/blog/hands-free-kafka-replication-a-lesson-in-operational-simplicity/ > > > > -Mat

Best practices

2018-05-20 Thread Pavel Sapozhnikov
Hello What are the best practices when it comes to publishing a message into kafka. When sending a message into Kafka is it possible to know if that message has successfully been published? If not, what is the best practice to know when messages are not getting published? Second question. If I h