[ https://issues.apache.org/jira/browse/KAFKA-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15989602#comment-15989602 ]
ASF GitHub Bot commented on KAFKA-3266: --------------------------------------- GitHub user cmccabe opened a pull request: https://github.com/apache/kafka/pull/2941 KAFKA-3266: Implement KIP-140 RPCs and APIs for creating, altering, and listing ACLs You can merge this pull request into a Git repository by running: $ git pull https://github.com/cmccabe/kafka KAFKA-3266 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2941.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 #2941 ---- commit e5d21aa4b0d779e07d11c8106fc1458c237cbab4 Author: Colin P. Mccabe <cmcc...@confluent.io> Date: 2017-04-10T20:44:59Z KAFKA-3265 commit 582aaaae5c149b37d687c34bebd9b48a2d1f93e5 Author: Colin P. Mccabe <cmcc...@confluent.io> Date: 2017-04-20T17:43:47Z Split KafkaFuture, change whitespace, use Rule for test timeouts commit 9aa07bf241538b70224942f0eb98547b9d2a4295 Author: Colin P. Mccabe <cmcc...@confluent.io> Date: 2017-04-20T17:56:10Z LegacyAdminClientTest: rename scala class name commit 2075e09ca095b44f98d1a28a303343b95165fbf3 Author: Colin P. Mccabe <cmcc...@confluent.io> Date: 2017-04-20T17:56:25Z Use Utils.closeQuietly, some renames * Use Utils.closeQuietly * getDeadlineMs -> calcDeadlineMs * getTimeoutMsRemainingAsInt -> calcTimeoutMsRemainingAsInt commit e805a34642f460a0cbdb269460202100727f163e Author: Colin P. Mccabe <cmcc...@confluent.io> Date: 2017-04-20T17:59:20Z metricGrpPrefix adminclient -> admin-client commit 9f28c4b98f737ecad84e3cbe29806b5484711620 Author: Colin P. Mccabe <cmcc...@confluent.io> Date: 2017-04-20T18:12:38Z Add usable metrics and conf, do some renaming commit b16319c56f87dd953cc5121a8a8aaf9bbd30f0ce Author: Colin P. Mccabe <cmcc...@confluent.io> Date: 2017-04-20T18:30:10Z Errors: avoid reflection commit 9edf1ed821e28ce59113d73547d89abf4127456d Author: Colin P. Mccabe <cmcc...@confluent.io> Date: 2017-04-20T20:44:07Z Fix checkstyle issues commit 9b52ed2c2846433cd0507617644150076075b917 Author: Colin P. Mccabe <cmcc...@confluent.io> Date: 2017-04-21T17:09:24Z KafkaAdminClientTest#testPrettyPrintException: fix test failure commit 03c37d6589fb1ceedbd28d3aed8a64798f678f45 Author: Colin P. Mccabe <cmcc...@confluent.io> Date: 2017-04-21T17:09:42Z KafkaAdminClient#fail: improve error logging commit 22b4ebed1217a6455ead8dd045afdb2f3936f8b6 Author: Colin P. Mccabe <cmcc...@confluent.io> Date: 2017-04-21T17:28:47Z Fix timeouts and improve logging of request timeouts a bit commit b6f5030119bd7fb3b1f1cd4728d1e3cb01c64108 Author: Colin P. Mccabe <cmcc...@confluent.io> Date: 2017-04-25T23:43:09Z Add ACL requests and responses commit d1be1f7df170457b649f7358c23dc7a477c321c0 Author: Colin P. Mccabe <cmcc...@confluent.io> Date: 2017-04-26T20:56:39Z Add AdminClient API for ACL operations commit d5f953276e7475d81cae08b4d721e16083669178 Author: Colin P. Mccabe <cmcc...@confluent.io> Date: 2017-04-26T21:31:03Z Quiet down checkstyle commit 3c369b0ccb4017ab31bff420fc8d41f5e418bf81 Author: Colin P. Mccabe <cmcc...@confluent.io> Date: 2017-04-28T20:27:53Z Add Broker implementation of CreateAcls, ListAcls, DeleteAcls ---- > Implement KIP-4 RPCs and APIs for creating, altering, and listing ACLs > ---------------------------------------------------------------------- > > Key: KAFKA-3266 > URL: https://issues.apache.org/jira/browse/KAFKA-3266 > Project: Kafka > Issue Type: Sub-task > Reporter: Grant Henke > Assignee: Colin P. McCabe > Fix For: 0.11.0.0 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346)