Skip to content

Commit

Permalink
Add notes about java and kafka version to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdancer committed Oct 14, 2016
1 parent ce49b30 commit 82e4f6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README
Expand Up @@ -23,3 +23,10 @@ are located in /opt/kafka/config-sample. Config files are placed in
kafka on their default ports, but you will need to change these configs for a
multi-server production deployment. Once installed zookeeper and kafka will be
started on boot; run chkconfig if you don't want that.

NOTE: the spec file requires java 1.8 for security reasons. Kafka will build
with 1.7 if you want to figure out if you have a 'safe' version of 1.7,
or don't care.

Updating the kafka version should be a straightforward matter of changing
the version number...until they change their build process again.

0 comments on commit 82e4f6c

Please sign in to comment.