confluentinc / parallel-consumer

Parallel Apache Kafka client wrapper with per message ACK, client side queueing, a simpler consumer/producer API with key concurrency and extendable non-blocking IO processing.
https://confluent.io/confluent-accelerators/#parallel-consumer
Apache License 2.0
689 stars 117 forks source link

Move tasks block into semaphore block in service.yml #791

Closed rkolesnev closed 3 weeks ago

rkolesnev commented 3 weeks ago

Fix tasks block in service.yml - has to be inside semaphore block.

Checklist