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

kafka 3.0 #128

Closed
emaciejm opened this issue Sep 30, 2021 · 10 comments
Closed

kafka 3.0 #128

emaciejm opened this issue Sep 30, 2021 · 10 comments

Comments

@emaciejm
Copy link

Have you checked the compatibility with Kafka 3.0? In my opinion, it does not work.

@scholzj
Copy link
Member

scholzj commented Sep 30, 2021

On which side? Client or server?

@emaciejm
Copy link
Author

The broker does not start after adding strimzi oauth libraries. I'm not 100% sure, but here could be the reason:
https://issues.apache.org/jira/browse/KAFKA-12590

@scholzj
Copy link
Member

scholzj commented Sep 30, 2021

So is it just the authorization? What version of the OAuth library are you using? The authentication is IMHO covered in our system tests. I think the authroization should be as well.

@emaciejm
Copy link
Author

I used version 0.8.1 ( turned on: strimzi.authorization.delegate.to.kafka.acl=true)
error:
ERROR Exiting Kafka due to fatal exception (kafka.Kafka$)
java.lang.NoClassDefFoundError: kafka/security/auth/SimpleAclAuthorizer

@scholzj
Copy link
Member

scholzj commented Sep 30, 2021

Yeah, looks like we need to update some things. We will have a look at it, thanks for reporting it. The STs do not seem to cover the delegation :-/.

@emaciejm
Copy link
Author

Díky moc.

@scholzj
Copy link
Member

scholzj commented Oct 5, 2021

Should be fixed in 0.9.0-rc1 ... please give it a try if you want.

@scholzj
Copy link
Member

scholzj commented Oct 7, 2021

Closing as the 0.9.0 is now release.

@scholzj scholzj closed this as completed Oct 7, 2021
@emaciejm
Copy link
Author

emaciejm commented Jan 26, 2023 via email

@mstruk
Copy link
Contributor

mstruk commented Jan 26, 2023

I'm starting to add tests for Kraft mode.

AFAICT the authentication part works.
For Keycloak authorization there has been an issue opened #178. That will have to be fixed.

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

3 participants