Spring for Apache Kafka® 101: Create Kafka Topics with TopicBuilder (Hands On)

Опубликовано: 06 Октябрь 2024
на канале: Confluent
5,407
44

https://cnfl.io/spring-framework-and-... | Learn how to use TopicBuilder to programmatically create topics using Spring. You'll make a JavaBean that includes the topic to build, and that also has specifications for the number of partitions and replicas. Spring Boot automatically initiates Kafka's AdminClient to create the topic on Confluent Cloud and you can subsequently view it there.

Use the promo code SPRING101 to get $25 of free Confluent Cloud usage: https://cnfl.io/try-cloud-with-spring

Promo code details: https://cnfl.io/promo-code-details-sp...

LEARN MORE
► Class KafkaAdmin: https://docs.spring.io/spring-kafka/d...
► Class TopicBuilder: https://docs.spring.io/spring-kafka/d...
► TopicBuilder.java: https://github.com/spring-projects/sp...

ABOUT CONFLUENT
Confluent is pioneering a fundamentally new category of data infrastructure focused on data in motion. Confluent’s cloud-native offering is the foundational platform for data in motion – designed to be the intelligent connective tissue enabling real-time data, from multiple sources, to constantly stream across the organization. With Confluent, organizations can meet the new business imperative of delivering rich, digital front-end customer experiences and transitioning to sophisticated, real-time, software-driven backend operations. To learn more, please visit www.confluent.io.

#kafka #springboot #java