-
Notifications
You must be signed in to change notification settings - Fork 54k
BAEL-9070 Implement SASL PLAIN Authentication in Kafka #18639
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
Conversation
spring-kafka-4/src/test/java/com/baeldung/saslplaintext/SprintContextTest.java
Show resolved
Hide resolved
| class SprintContextTest { | ||
|
|
||
| @Test | ||
| void whenSpringContextIsBootstrapped_thenNoExceptions() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still hasn't been removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@theangrydev
I have removed the exception related to your commented file. this is another package. not related to sasl-plaintext.
this is a coming from the earlier raised PR, not yet merged- (i needed move module in here, as earlier module was full)
#18562
we can merge everything as part of this PR or merge the first pr, either way works.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@saikatcse03 I still don't think your rename from SpringContextTest -> SprintContextTest is intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, yes, i did not realize made a typo.
No description provided.