Skip to content

v1.2.2: Add partition-specific message publishing

Choose a tag to compare

@sushant8421 sushant8421 released this 15 Jun 02:44

This release adds new functionality to the Kafka producer:\n\n- Added PushJSONMessageToPartition function to send JSON messages to specific partitions\n- Added PushStringMessageToPartition function to send string messages to specific partitions\n\nThese functions provide more control over message distribution in Kafka topics.