Closed viniciusmsfraga closed 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.
It looks good. But would you mind adding this to module.py to enforce that it needs java8:
api.require('java8')
Done. :)
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.