Skip to content

Single-node Kafka server

Choose a tag to compare

@emielkuiper emielkuiper released this 24 Apr 08:14
· 186 commits to master since this release

This release features a single-node Kafka server based on:

  • Oracle Linux 7.4
  • Confluent Platform 4.1.x

The following Confluent Platform components have been enabled and configured:

  • Confluent ZooKeeper cluster manager
  • Confluent Kafka broker instance
  • Confluent Schema Registry
  • Confluent Kafka REST service
  • Confluent Kafka Connector (distributed mode)

These components have been integrated into the systemd startup sequence they
will start automatically at boot.

All services will listen by default on the IP address of eth1.
This IP address will appear on-screen during the initial Ansible provision phase.

NOTE:
In this release the Vagrant provisioner "ansible_local" is used.

Future releases will migrate to the regular ansible provisioner to be able
to provision multiple hosts in a single playbook.

Windows hosts can not function as Ansible control nodes so this means that
future releases will only be able to run on Linux and/or Mac OS hosts.