Too Long; Didn't Read
One very important thing in the software development process that is often overlooked in the early stages of a project is API documentation. Interaction between different parts of the system is not limited to the REST API. In this article, we will look at how to enable automatic event documentation for services implemented using Spring Boot with interaction through Apache Kafka.