How to easily run Kafka in your Local Machine
In this article, let us look at how we can set up and configure a simple Kafka cluster in our local environments, and the ways to do it.
To view logs for running containers, we can use LOG command.
> docker logs --follow
The --follow flag will continue streaming the new output from the container's STDOUT and STDERR onto the terminal.