About 5,240,000 results
Open links in new tab
  1. The input line is too long when starting kafka - Stack Overflow

    Place kafka close to the root of your drive so that the path to it is very short. When you run those Kafka batch files included in the windows directory, they muck with your environment variables …

  2. Understanding Kafka Topics and Partitions - Stack Overflow

    Jun 25, 2016 · Kafka uses the Topic conception which comes to bringing order into the message flow. To balance the load, a topic may be divided into multiple partitions and replicated across …

  3. Connect to Kafka running in a Docker container - Stack Overflow

    Aug 1, 2018 · Pretty sure that this is only working between docker containers all setup with networking like this. you're essentially creating a separate network (confluent) here, and the …

  4. Configure Kafka client to connect with issued SSL key/cert

    I'm using Heroku Kafka, which is running 0.10.1.1 and uses SSL. They only support the latest protocol. Heroku Kafka uses SSL for authentication and issues and client certificate and key, …

  5. Performance testing in Kafka - Stack Overflow

    Oct 30, 2018 · If anyone runs into this question please note that kafka-producer-perf-test.sh should produce a different output as of Kafka v2.12-3.3.2. For example, to send 1000 …

  6. Can multiple Kafka consumers read same message from the partition

    Dec 25, 2018 · Suppose you have a topic with 12 partitions. If you have 2 Kafka consumers with the same Group Id, they will both read 6 partitions, meaning they will read different set of …

  7. Spring Kafka SSL setup in Spring boot application.yml

    Jun 7, 2018 · I was looking for loading keystore/truststore through classpath and here is one of the first links I got. I was able to find a solution and since I was using Spring Boot and Spring …

  8. How to view Kafka messages? - Stack Overflow

    May 29, 2017 · On server where your admin run kafka find kafka-console-consumer.sh by command find . -name kafka-console-consumer.sh then go to that directory and run for read …

  9. What is the difference between kafka earliest and latest offset values

    Jan 18, 2018 · kafka + how it can be that begin offset is much higher then previous last offset. 0. What is the ...

  10. amazon sqs - Are SQS and Kafka same? - Stack Overflow

    Nov 21, 2019 · Kafka - Creations or additions of partitions are created and managed by the user. SQS controls the number of partitions and it can increase or decrease it depending on the load …