Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip Kafka while building the avro-serializer package #60

Closed
nehanarkhede opened this issue Jan 26, 2015 · 0 comments · Fixed by #61
Closed

Skip Kafka while building the avro-serializer package #60

nehanarkhede opened this issue Jan 26, 2015 · 0 comments · Fixed by #61
Assignees

Comments

@nehanarkhede
Copy link
Contributor

No description provided.

ewencp added a commit that referenced this issue Jan 27, 2015
Make Kafka a provided dependency for kafka-avro-serializer. The serializer still
needs the core jar that depends on Scala, but doesn't use any Scala
code. Instead of building multiple jars for different Scala versions, we can
instead require them to provide the dependency themselves which they'll already
be doing in order to use those interfaces. Additionally, this works without the
jar available if they only use interfaces from kafka-clients, i.e. new
producer/consumer interfaces. Fixes #60.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants