I want to migrate old Java code which uses
org.apache.kafka:kafka-clients:1.0.1-mapr-1803 but I get missing Java
methods:
public Producer kafkaProducer() {
final Properties producerproperties = new Properties();
producerproperties.put(ProducerConfig.STREAMS_BUFFER_TIME_CONFIG,
kafk
e all the types.
>
> On Sun, Jan 31, 2021, 6:49 AM Peter Penzov wrote:
>
> > Hello All,
> > I'm working on proof of concept for sending several Java Objects
> > under one Kafka Topic. More about the requirements:
> >
> > https://stackoverflow.com/questi
Hello All,
I'm working on proof of concept for sending several Java Objects
under one Kafka Topic. More about the requirements:
https://stackoverflow.com/questions/65811681/design-kafka-consumers-and-producers-for-scalability
I managed to implement this working concept:
https://github.com/rcb