8 lines
705 B
Markdown
Raw Normal View History

2023-12-17 08:03:37 +08:00
## Relevant Articles
- [Spring Kafka Trusted Packages Feature](https://www.baeldung.com/spring-kafka-trusted-packages-feature)
2024-01-27 21:14:06 +08:00
- [How to Catch Deserialization Errors in Spring-Kafka?](https://www.baeldung.com/spring-kafka-deserialization-errors)
2024-02-24 15:18:45 +08:00
- [View Kafka Headers in Java](https://www.baeldung.com/java-kafka-view-headers)
2024-02-24 15:21:25 +08:00
- [Understanding Kafka InstanceAlreadyExistsException in Java](https://www.baeldung.com/kafka-instancealreadyexistsexception)
2024-03-01 14:37:33 +08:00
- [Difference Between GroupId and ConsumerId in Apache Kafka](https://www.baeldung.com/apache-kafka-groupid-vs-consumerid)
2024-03-21 23:45:03 +08:00
- [Dynamically Managing Kafka Listeners in Spring Boot](https://www.baeldung.com/kafka-spring-boot-dynamically-manage-listeners)