Learn how to configure the listeners in Kafka and allow clients to connect to a broker running within Docker.
Baeldung Author
Otar Dvalishvili
I'm a Java full-stack developer with a passion for problem-solving. I've been working on enterprise financial projects for a couple of years. I also like contributing to open-source projects.
Here's what I've written (so far):
Baeldung on Java
- All
- Docker (2)
- Testing (1)
Difference Between “expose” and “publish” in Docker
Filed under Docker
Docker allows us to define important ports, and open them up for use outside the container. We explore how the “expose” and “publish” mechanisms work.
Introduction to ZeroCode
Filed under Testing
Learn the fundamentals of the ZeroCode automated testing framework, including the declarative style of its DSL for describing tests with a minimal amount of code.