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.

Home Page:https://confluent.io/confluent-accelerators/#parallel-consumer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mvn compile fails if test-jar of parallel-consumer-core was not previously installed / deployed.

rkolesnev opened this issue · comments

Due to a bug in maven handling of test-jar dependencies - running mvn compile fails, unless mvn install or mvn deploy was executed previously to create test-jar of parallel-consumer-core.
See stackoverflow - why is "test-jar" dependency required for "mvn compile".