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

update POM for M1 mac to Spring Boot 3.0.0 #3

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

muescha
Copy link
Contributor

@muescha muescha commented Aug 10, 2022

i had an error on M1 mac:

Could not initialize class org.rocksdb.DBOptions

The problem is: the rocksdb support of M1 is available from RocksDB 6.29.4.1

And for Kafka it is fixed in Kafka version 3.2.

But i don't get a Kafka version >= 3.2 with Spring Boot 2.7.2 - i got only Kafka version 3.1

I tried with 3.0.0-SNAPSHOT and i can start the PaymentEngingeTopology without error - and Effective POM print out kafka.version 3.2

NOTE: i don't tested it well - so i don't know if you can upgrade to 3.0 - but i created a Draft PR if someone have a similar error.

Related links:

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 this pull request may close these issues.

1 participant