gwenshap / kafka-clickstream-enrich

Kafka Streams Example - Joining streams to generate rich clickstream analysis data
39 stars 19 forks source link

missing snapshot artifacts #1

Open ki-adi-mundi opened 7 years ago

ki-adi-mundi commented 7 years ago

[ERROR] Failed to execute goal on project kafka-clickstream-enrich: Could not resolve dependencies for project kafka-clickstream-enrich:kafka-clickstream-enrich:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.kafka:kafka-clients:jar:0.10.3.0-SNAPSHOT, org.apache.kafka:kafka-streams:jar:0.10.3.0-SNAPSHOT: Could not find artifact org.apache.kafka:kafka-clients:jar:0.10.3.0-SNAPSHOT -> [Help 1]

just-in-kees commented 5 years ago

Sounds like you're using the wrong version of Kafka. Might want to try to change kafka-clients version to 0.10.2.2 instead of 0.10.3.0-SNAPSHOT as stated in the pom and then try again.