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

Upgrade Willa's Jackdaw Dep to v0.8.0 #21

Closed
cjbarre opened this issue Sep 27, 2021 · 1 comment
Closed

Upgrade Willa's Jackdaw Dep to v0.8.0 #21

cjbarre opened this issue Sep 27, 2021 · 1 comment

Comments

@cjbarre
Copy link
Contributor

cjbarre commented Sep 27, 2021

Something may have changed within the Kafka Streams API. Trying to bump the jackdaw version for Willa causes tests to fail because:

java.lang.NoSuchMethodError: 'org.apache.kafka.streams.processor.internals.ProcessorTopology org.apache.kafka.streams.processor.internals.InternalTopologyBuilder.build(java.lang.Integer)

I'm just starting to keep up with this stuff, it looks like InternalTopologyBuilder has been deprecated.

Any idea what needs to be done @DaveWM?

@DaveWM
Copy link
Owner

DaveWM commented Oct 7, 2021

I think it was just that the org.apache.kafka/kafka-streams-test-utils test dependency needed to be bumped up to 2.8.0. I've just pushed version 0.2.2 which uses jackdaw 0.8.0.

@DaveWM DaveWM closed this as completed Oct 7, 2021
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

No branches or pull requests

2 participants