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

KafkaTestUtils getCurrentOffset() could take a AdminClient as argument #2218

Closed
gurpiarbassi opened this issue Apr 7, 2022 · 0 comments · Fixed by #2219
Closed

KafkaTestUtils getCurrentOffset() could take a AdminClient as argument #2218

gurpiarbassi opened this issue Apr 7, 2022 · 0 comments · Fixed by #2219

Comments

@gurpiarbassi
Copy link
Contributor

Expected Behavior

I'd like to be able to pass AdminClient as a argument to this method. That way I can initialise the AdminClient with relevant SSL properties to connect to a SSL cluster.

Current Behavior

Not able to pass SSL connection properties to AdminClient. It only uses bootstrap.servers at the moment.

Context

I cannot use this method at the moment to connect to a SSL cluster in my tests

gurpiarbassi added a commit to gurpiarbassi/spring-kafka that referenced this issue Apr 7, 2022
- Useful when you want to pass an AdminClient that has already
been initialised with specific properties to connect to the cluster
e.g. SSL properties.
gurpiarbassi added a commit to gurpiarbassi/spring-kafka that referenced this issue Apr 7, 2022
- Useful when you want to pass an AdminClient that has already
been initialised with specific properties to connect to the cluster
e.g. SSL properties.
garyrussell pushed a commit that referenced this issue Apr 7, 2022
- Useful when you want to pass an AdminClient that has already
been initialised with specific properties to connect to the cluster
e.g. SSL properties.
garyrussell pushed a commit that referenced this issue Apr 7, 2022
- Useful when you want to pass an AdminClient that has already
been initialised with specific properties to connect to the cluster
e.g. SSL properties.
garyrussell pushed a commit that referenced this issue Apr 7, 2022
- Useful when you want to pass an AdminClient that has already
been initialised with specific properties to connect to the cluster
e.g. SSL properties.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants