Confluent Cloud Demo | Create Apache Kafka Cluster | Connect to Confluent Cloud with Spring Boot

Published: 01 March 2023
on channel: The Java Tech Learning
10,377
111

This videos explain about creating environments, cluster for Apache Kafka on Confluent Cloud platform. It also exhibits connecting to Kafka cluster created in Confluent Cloud, produce & consume events.

Like | Subscribe | Share

I have outlined Spring Kafka related properties used to connect Confluent Cloud platform in the video -

spring:
kafka:
bootstrap-servers: confluent-cloud-broker-url:9092
properties:
schema:
registry:
url: schema-registry-url
basic:
auth:
credentials:
source: USER_INFO
user:
info: SCHEMA_REGISTRY_API_KEY:SCHEMA_REGISTRY_SECRET
sasl:
jaas:
config: org.apache.kafka.common.security.plain.PlainLoginModule
required username="KAFKA_API_KEY" password="KAFKA_SCHEMA_REGISTRY";
mechanism: PLAIN
security:
protocol: SASL_SSL
ssl:
endpoint:
identification:
algorithm: https
consumer:
autoOffsetReset: earliest
group-id: spring-boot-avro-consumer-id
keyDeserializer: org.apache.kafka.common.serialization.StringDeserializer
properties:
specific:
avro:
reader: true
valueDeserializer: io.confluent.kafka.serializers.KafkaAvroDeserializer
producer:
keySerializer: org.apache.kafka.common.serialization.StringSerializer
valueSerializer: io.confluent.kafka.serializers.KafkaAvroSerializer


On this page of the site you can watch the video online Confluent Cloud Demo | Create Apache Kafka Cluster | Connect to Confluent Cloud with Spring Boot with a duration of online in good quality, which was uploaded by the user The Java Tech Learning 01 March 2023, share the link with friends and acquaintances, this video has already been watched 10,377 times on youtube and it was liked by 111 viewers. Enjoy your viewing!