Topics
Producer

Sends one or more records to a given topic partition, optionally specifying a key.

post/topics/{topicname}/partitions/{partitionid}

Query parameters

asyncboolean

Whether to return immediately upon sending records, instead of waiting for metadata. No offsets will be returned if specified. Defaults to false.

Response

Records sent successfully.

Changes