v1.2.2: Add partition-specific message publishing
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.