Spring Boot - Messaging
Which of the following is the correct way to send a message to a Kafka topic using Spring Boot?
KafkaTemplate with the send() method to send messages.kafkaTemplate.send("topicName", "message") is the correct syntax to send a message.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions