#kafka
Read more stories on Hashnode
Articles with this tag
install package: go get https://github.com/segmentio/kafka-go Create Topic In Kafka: create topic name logging topic logging has 1...
Why Selecting an appropriate hardware configuration for a Kafka broker can be more art than science. Kafka itself has no strict requirement on a...
Suppose you have an application that needs to read messages from a Kafka topic, run some validations against them, and write the results to another...
The first step in writing messages to Kafka is to create a producer object with the properties you want to pass to the producer. A Kafka producer has...
There are many reasons an application might need to write messages to Kafka: recording user activities for auditing or analysis, recording metrics,...
There are several factors to consider when choosing the number of partitions: What is the throughput you expect to achieve for the topic? For...