Leonidas Vrachnis
Leonidas Vrachnis
# Description < Replace with adequate description for this PR as per [Pull Request document](https://www.notion.so/rudderstacks/Pull-Requests-40a4c6bd7a5e4387ba9029bab297c9e3) > ## Notion Ticket < Replace with Notion Link > ## Security - [ ]...
library versions tested on: master-a8f5b0, 0.2.0.6, 0.2.0.8 Running the following script to send a lot of messages: ```php function sendMsg ($msg) { $config = \Kafka\ProducerConfig::getInstance(); $config->setMetadataRefreshIntervalMs(14000); $config->setMetadataBrokerList('localhost:9092'); $config->setRequiredAck(1); $config->setIsAsyn(false); $config->setProduceInterval(500);...
## Description When trying to send multiple messages asynchronously and using more than one Producer to do so, incorrect messages are send to the kafka broker. More specificly instead of...
# Description < Replace with adequate description for this PR as per [Pull Request document](https://www.notion.so/rudderstacks/Pull-Requests-40a4c6bd7a5e4387ba9029bab297c9e3) > ## Notion Ticket < Replace with Notion Link > ## Security - [ ]...
# Description < Replace with adequate description for this PR as per [Pull Request document](https://www.notion.so/rudderstacks/Pull-Requests-40a4c6bd7a5e4387ba9029bab297c9e3) > ## Notion Ticket < Replace with Notion Link > ## Security - [ ]...
# Description < Replace with adequate description for this PR as per [Pull Request document](https://www.notion.so/rudderstacks/Pull-Requests-40a4c6bd7a5e4387ba9029bab297c9e3) > ## Notion Ticket < Replace with Notion Link > ## Security - [ ]...
# Description < Replace with adequate description for this PR as per [Pull Request document](https://www.notion.so/rudderstacks/Pull-Requests-40a4c6bd7a5e4387ba9029bab297c9e3) > ## Linear Ticket < Replace with Linear Link > ## Security - [ ]...
## What are the changes introduced in this PR? Write a brief explainer on your code changes. ## What is the related Linear task? Resolves INT-XXX ## Please explain the...
# Description < Replace with adequate description for this PR as per [Pull Request document](https://www.notion.so/rudderstacks/Pull-Requests-40a4c6bd7a5e4387ba9029bab297c9e3) > ## Linear Ticket < Replace with Linear Link > ## Security - [ ]...