Place an alias in /etc/hosts for 'broker' -> localhost. This is an
artifact of how kafka is run. The broker knows itself as 'broker',
but that host name is obscured by docker's network. However the
port is mapped to localhost. (Read the docker-compose script.)
To-Do: Implement example a docker containers and have the Makefile
run the containers in the proper docker network.