[ https://issues.apache.org/jira/browse/KAFKA-4568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15822360#comment-15822360 ]
ASF GitHub Bot commented on KAFKA-4568: --------------------------------------- GitHub user rajinisivaram opened a pull request: https://github.com/apache/kafka/pull/2373 KAFKA-4568: Simplify test code for multiple SASL mechanisms Remove workaround for testing multiple SASL mechanisms using sasl.jaas.config and the new support for multiple client modules within a JVM. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rajinisivaram/kafka KAFKA-4568 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2373.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2373 ---- commit 4f6214b09a5058e594eb79f61ab5e3d606caec10 Author: Rajini Sivaram <rajinisiva...@googlemail.com> Date: 2017-01-13T19:01:53Z KAFKA-4568: Simplify test code for multiple SASL mechanisms ---- > Simplify multiple mechanism support in SaslTestHarness > ------------------------------------------------------ > > Key: KAFKA-4568 > URL: https://issues.apache.org/jira/browse/KAFKA-4568 > Project: Kafka > Issue Type: Improvement > Components: unit tests > Reporter: Rajini Sivaram > Assignee: Rajini Sivaram > Priority: Minor > > The dynamic JAAS configuration property in KAFKA-4259 can be used for > implementing multiple client mechanisms in a JVM without the hacks in > SaslTestHarness.scala. -- This message was sent by Atlassian JIRA (v6.3.4#6332)