cloudius-systems / osv-apps

OSv Applications
135 stars 75 forks source link

Update Kafka verison to 2.12-2.1.1 #65

Closed viniciusmsfraga closed 5 years ago

viniciusmsfraga commented 5 years ago

Previous Kafka version was 4 years old and not compatible with some clients, e.g., Python confluent_kafka lib. Also adds a few instructions on how to build and run OSv Kafka to README.

wkozaczuk commented 5 years ago

It looks good. But would you mind adding this to module.py to enforce that it needs java8:

api.require('java8')
viniciusmsfraga commented 5 years ago

Done. :)