Cool. Thanks Gwen for your response.
Regards,
Amit
On 11/24/15, 3:19 PM, "Gwen Shapira" wrote:
>The new producer is async by default.
>
>You can see few examples of how to use it here:
>https://github.com/gwenshap/kafka-examples/tree/master/SimpleCounter/src/m
>ain/java/com/shapira/examples/pro
The new producer is async by default.
You can see few examples of how to use it here:
https://github.com/gwenshap/kafka-examples/tree/master/SimpleCounter/src/main/java/com/shapira/examples/producer/simplecounter
On Tue, Nov 24, 2015 at 10:40 AM, Amit Karyekar
wrote:
> Hi folks,
>
> We are work
Hi folks,
We are working with Kafka 8.2.2 and want to use producer.type as async for
sending messages to broker.
In Kakfka 8.2.2, some new producer properties have been introduced. However,
there is no new name for the property producer.type mentioned in the
documentation.
We’ve the following