diff --git a/apache-kafka/README.md b/apache-kafka/README.md
index 5e724f95b6..3e817b2fa6 100644
--- a/apache-kafka/README.md
+++ b/apache-kafka/README.md
@@ -12,7 +12,8 @@ This module contains articles about Apache Kafka.
 - [Kafka Connect Example with MQTT and MongoDB](https://www.baeldung.com/kafka-connect-mqtt-mongodb)
 - [Building a Data Pipeline with Flink and Kafka](https://www.baeldung.com/kafka-flink-data-pipeline)
 - [Exactly Once Processing in Kafka with Java](https://www.baeldung.com/kafka-exactly-once)
+- [Custom Serializers in Apache Kafka](https://www.baeldung.com/kafka-custom-serializer)
 
 
 ##### Building the project
-You can build the project from the command line using: *mvn clean install*, or in an IDE.
\ No newline at end of file
+You can build the project from the command line using: *mvn clean install*, or in an IDE.