Apache Kafka 101: Producers (2023)

preview_player
Показать описание

Learn about KafkaProducer, a Java class used to connect to an Apache Kafka cluster, as well as the ProducerRecord class, that you can use to hold the key/value pair being sent to the cluster.

- - -

ABOUT CONFLUENT

#kafka #kafkastreams #streamprocessing #apachekafka #confluent
Рекомендации по теме
Комментарии
Автор

Epic tutorial, just straight to the poin. Many thanks for the work.

tylerstark
Автор

Can you explain more about cluster kafka ? .
I found from internet that A Kafka cluster consists of one or more servers (Kafka brokers) running Kafka. Thats mean kafka cluster is actual server or cloud maybe ?.
is posibble to run 2 or more same brokers in same server ?, for example run 2 zookeeper and 2 kafka server at same time ?
Thank you

kurtvicious