Connecting to Kafka on the Console
This section describes how a Kafka instance produces messages on the console. Specified messages can be sent to a Kafka instance to verify service logic.
Prerequisites
- Messages can be produced in a topic only when the instance is in the Running state.
- A topic has been created.
Producing Messages on the Console
- Log in to the console.
- Click
in the upper left corner to select a region.
NoteSelect the region where your Kafka instance is located.
- Click
in the upper left corner and choose Application > Distributed Message Service for Kafka to open the console of DMS for Kafka.
- Click the desired Kafka instance to go to the instance details page.
- In the navigation pane, choose Topics.
- Choose More > Creating Messages in the row that contains the desired topic. The Creating Messages dialog box is displayed.
- Set message parameters by referring to Table 1.
Table 1 Message parameters Parameter
Description
Message Body
Message content. 0–2,000 characters.
Message Key
Message key.
Specify Partition
Indicates whether to enable the function of sending messages to a specified partition.
- Off: Messages are sent to partitions based on their key hash.
- On: Messages are sent to specified partitions. Requires the partition ID.
- Click OK.
You can view the sent messages on the Message Query page.
Parent topic: Connecting to an Instance
- Prerequisites
- Producing Messages on the Console