Questions tagged [reactive-kafka]

Akka Streams Kafka, also known as Reactive Kafka, is an Akka Streams connector for Apache Kafka.

User guide: http://doc.akka.io/docs/akka-stream-kafka/current/home.html

Source code: https://github.com/akka/reactive-kafka

62 questions
0
votes
0 answers

How to check that Kafka is connected with ReactiveKafka?

I work on a code that uses reactive-kafka module in Scala. My code uses lines such as: val kafka = new ReactiveKafka() kafka.consume(ConsumerProprties(...).readFromEndOfStream()) kafka.publish(ProducerProperties(...)) I have two questions: I see…
CrazySynthax
  • 13,662
  • 34
  • 99
  • 183
-1
votes
1 answer

Any example of reactive kafka Non-blocking Back-pressure

Need java code example of reactive kafka Non-blocking Back-pressure. As per[documentation] The Reactor Kafka API benefits from non-blocking back-pressure provided by Reactor. Is there any implementation in java or java spring boot for the same for…
shiva kumar
  • 21
  • 1
  • 10
1 2 3 4
5