[GitHub] kafka pull request #3518: WIP: SimpleRegexAclAuthorizer

2017-07-10 Thread nnordrum
GitHub user nnordrum opened a pull request: https://github.com/apache/kafka/pull/3518 WIP: SimpleRegexAclAuthorizer I extended the SimpleAclAuthorizer to support regex. In order to keep backwards compatibility, I added a prefix to the Resource name (default is "r:"

[GitHub] kafka pull request #2664: MINOR: Added additional -start/-stop files for con...

2017-03-09 Thread nnordrum
GitHub user nnordrum opened a pull request: https://github.com/apache/kafka/pull/2664 MINOR: Added additional -start/-stop files for consistency I added *-start.sh and *-stop.sh for connect-* and kafka-mirror-maker to follow the pattern used by the other services. The purpose of