Spring Boot Kafka issue: MessageConversionException: Cannot convert from [java.lang.String] to [my_custom_model] for GenericMessage […]
I am following a tutorial until timestamp: 05:54:05
🚀 🔥 Mastering Micro-services: Spring boot, Spring Cloud and Keycloak In 7 Hours -> Timestamp: 05:54:05
kafka partition for data affinity
I have a use case where I will have multiple messages tied with one order. Each message for one order has to process sequentially. To make sure messages that are tied with one order are processed by same consumer, I am planning to use partitioning technique.
kafka consumer class not found exception
my Spring Boot kafka producer works fine , i tested it using postman, the sent messages are <String,Complaint> So i used String serializer for the key and Json serializer for the value,
How to read all messages from Kafka topics before springboot service start running completely
I have a requirement, where my springboot service is reading data from Kafka topic called k1,k2,k3,k4 and k5.
spring boot service have it’s own internal cache, which is getting filled by consuming the data from topic k1, k2 and k3.
Spring boot using kafka container for integration tests
HI so i had a spring boot application very basic which was posting to kafka topic
Kafka client SSL error stating No Algorithm found
My application was working fine but all of a sudden I am seeing a stack trace that is causing my spring boot app to crash as the Kafka producer related beans are not getting created due to SSL error. There is hardly any info I can find online about it
How does Kafka handle out of order manual acks?
I’m experimenting with Spring Kafka and I’m confused by the different ack modes.
Unable to stop connect to Kafka broker after several attempts
I have a simple Kafka project bootstrapped by spring-kafka.
Spring-kafka-test – unexpected dependency version
Using spring boot 3.1.11