FITFLOP
Home

kafka-consumer-api (6 post)


posts by category not found!

Does Alpakka Kafka Consumer.committablePartitionedSource uses separate kafka consumer per partition

Understanding Alpakka Kafka Consumer Does Committable Partitioned Source Use a Separate Kafka Consumer per Partition Alpakka Kafka is a connector that allows st

2 min read 21-10-2024 21
Does Alpakka Kafka Consumer.committablePartitionedSource uses separate kafka consumer per partition
Does Alpakka Kafka Consumer.committablePartitionedSource uses separate kafka consumer per partition

Verify @KafkaListener has been called after Kafka producer send in Spock

Verifying Kafka Listener Execution with Spock Problem You re writing a Spring Boot application that utilizes Kafka for communication You ve implemented a Kafka

2 min read 04-10-2024 31
Verify @KafkaListener has been called after Kafka producer send in Spock
Verify @KafkaListener has been called after Kafka producer send in Spock

Kafka consumerdoesn't receive messages in docker

Kafka Consumer Not Receiving Messages in Docker Troubleshooting Guide Running Kafka in a Docker container can simplify development and deployment but it often c

3 min read 02-10-2024 28
Kafka consumerdoesn't receive messages in docker
Kafka consumerdoesn't receive messages in docker

Kafka consumer reads same message again after consumer group rebalances

Understanding Kafka Consumer Rebalancing Why You Might Read the Same Message Again In the world of distributed systems Apache Kafka is a popular choice for mess

3 min read 01-10-2024 27
Kafka consumer reads same message again after consumer group rebalances
Kafka consumer reads same message again after consumer group rebalances

Re-reading messages from the topic

Re reading Messages from a Kafka Topic A Guide to Efficient Consumption Consuming messages from a Kafka topic is a fundamental operation in many data driven app

2 min read 30-09-2024 30
Re-reading messages from the topic
Re-reading messages from the topic

Spring Cloud Kafka Binder setting auto-offset-reset with consumer group specified does not change default

Understanding Spring Cloud Kafka Binders Auto Offset Reset Behavior Problem When using Spring Cloud Kafka Binder specifying the auto offset reset property withi

2 min read 30-09-2024 26
Spring Cloud Kafka Binder setting auto-offset-reset with consumer group specified does not change default
Spring Cloud Kafka Binder setting auto-offset-reset with consumer group specified does not change default