diff --git a/.travis.yml b/.travis.yml index 775eca2..1ac4c18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,7 @@ services: - docker before_install: -- docker pull johnnypark/kafka-zookeeper -- docker run -td -p 2181:2181 -p 9092:9092 -e ADVERTISED_HOST=127.0.0.1 -e NUM_PARTITIONS=10 johnnypark/kafka-zookeeper +- cd examples && docker-compose up -d && cd .. - docker ps -a - pip install -r requirements.txt - pip install requests @@ -14,4 +13,4 @@ before_install: - pip install . script: -- python3 -m robot examples/test.robot +- python3 -m robot examples/ diff --git a/README.md b/README.md index d8f3b4b..5ed2960 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,7 @@ ConfluentKafkaLibrary library is wrapper for [confluent-kafka-python](https://github.com/confluentinc/confluent-kafka-python). -Still in development, right now supports: - -* [ ] Consumer - * [X] Poll - * [X] Un/Subscribe - * [X] Create / Stop consumer - * [X] Assign - * [X] List topics - * [ ] commit - * [ ] offsets - * [X] Run in thread - * [X] Decode option of data from topic -* [X] Producer - - -ConfluentKafkaLibrary works with latest confluent-kafka-python 1.0.0. - +ConfluentKafkaLibrary works with latest confluent-kafka-python, tags are 1:1 (ConfluentKafkaLibrary 1.3.0 == confluent-kafka-python 1.3.0 ). Bugfixes and updates are set after the '-' e.g. `1.3.0-1`. ## Documentation diff --git a/docs/index.html b/docs/index.html index 1c44673..a271733 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,7 +5,7 @@ - +