Relative Content

Tag Archive for spring-bootapache-kafkaspring-kafka

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,

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