What Kafka client is recommended for Java, when connecting to MSK?

0

In this guide I see kafka_2.12 is recommended to use, but I also see AWSKafkaClient exists. Which one is recommended for connecting to MSK using Java?

joelk
asked 3 months ago379 views
1 Answer
0
Accepted Answer

Hi,
AWSKafkaClient (control plane): The operations for managing an Amazon MSK cluster.

kafka_2.12(data plane): Such as sent msg or create topic and so on.

profile picture
answered 3 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions