Microservices?

2019-05-26 Thread V1
Hi team Kafka, I'm looking forward to contribute to Apache Kafka. May I know if Kafka is built on microservices architecture?

Re: Kafka topic creation issue

2019-05-26 Thread Kasthuri R Raman
No success with using the internal zookeeper. Tried a fresh install and it started working. Thank you! On Sun, May 26, 2019 at 4:23 PM M. Manna wrote: > Hi, > > Can you try with zookeeper as the online QuickStart suggests ? See if you > can see any difference? > > Also, some topic may not be

Re: Kafka topic creation issue

2019-05-26 Thread M. Manna
Hi, Can you try with zookeeper as the online QuickStart suggests ? See if you can see any difference? Also, some topic may not be listed because zookeeper-handled topics may not be visible. Try that and let us know. Regards, On Sun, 26 May 2019 at 17:03, Kasthuri R Raman wrote: > Hi , > I'm

Re: Kafka delaying message

2019-05-26 Thread Kamal Chandraprakash
If you have a dedicated topicPartition for delayed messages, you can pause that partition for 15 min to avoid blocking the polling thread. On Thu, May 2

Kafka topic creation issue

2019-05-26 Thread Kasthuri R Raman
Hi , I'm running zookeeper full version outside of kafka. When creating the topic, I do not get any output or error in the log file. kafka-topics.sh --list --bootstrap-server localhost:9092 is returning empty topic. *My configuration :* Zookeeper : 3.5.5 Kafka : 2.12-2 MacOS - 10.13.4 By using p