Questions
Which REST API endpoint is typically used to consume messages from a Kafka topic?
What is the primary purpose of using the GET method with the Kafka REST API?
Which of the following is NOT a common parameter when producing messages via the Kafka REST API?
What is the primary parameter required when sending a message to a Kafka topic via the REST API?
Which REST API endpoint is typically used to publish messages to a Kafka topic?
True or False: The REST API for Kafka Broker supports only JSON format for message payloads.
Which HTTP method is commonly used for sending messages to Kafka topics via the REST API?