reactive-kafka Questions
2
I'm trying to implement reactive kafka consumer in my Spring boot application and I'm looking at these examples:
https://github.com/reactor/reactor-kafka/blob/master/reactor-kafka-samples/src/main/...
Untraveled asked 1/12, 2020 at 19:24
0
I am working on an application where I have multiple consumers for each Topic partition so there is concurrency in reading from the topic. I followed this link to ensure that the consumer gets crea...
Gramme asked 28/10, 2021 at 23:12
1
Solved
I have a reactive kafka application that reads data from a topic and writes to another topic. The topic has multiple partitions and I want to create the same number of consumers(in the same consume...
Cheery asked 27/10, 2021 at 23:55
1
Problem
When I restart/complete/STOP stream the old Consumer does not Die/Shutdown:
[INFO ] a.a.RepointableActorRef -
Message [akka.kafka.KafkaConsumerActor$Internal$Stop$]
from Actor[akka://uf...
Dodgem asked 22/5, 2018 at 10:56
1
Solved
I am experiencing a reproducible error while producing Avro messages with reactive kafka and avro4s. Once the identityMapCapacity of the client (CachedSchemaRegistryClient) is reached, serializatio...
Klausenburg asked 30/8, 2017 at 15:7
1
© 2022 - 2025 — McMap. All rights reserved.