RandomWits

life is too short for a diary



Posts Tagged: java

Understanding Kafka Poison Pills

Imagine publishing a message to Kafka topic A. Suddenly, your consumer crashes. It hit a deserialization error. Because the client never successfully processes the record, it never commits the offset. Upon restarting, it reads the exact same record again, failing repeatedly in an infinite loop. This bad record is called a poison pill...

Continue reading โ†’ kafka java reactive



Daily Logs for Aug 14, 2026

Dear Vishi, dear logs for today...

Continue reading โ†’ ai java letters news



Use Wrapper Boolean for Optional PATCH Fields in Java

What's the difference between boolean and Boolean in Java? At first, they look almost the same. Both can hold true or false...

Continue reading โ†’ java