GitHub user edoardocomar opened a pull request: https://github.com/apache/kafka/pull/1908
Kafka 3396 Reopening of https://github.com/apache/kafka/pull/1428 You can merge this pull request into a Git repository by running: $ git pull https://github.com/edoardocomar/kafka KAFKA-3396 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1908.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 #1908 ---- commit 371079983a92a240efda423cbf1a446eba7fa65f Author: Edoardo Comar <eco...@uk.ibm.com> Date: 2016-05-26T13:18:12Z KAFKA-3396 : Unauthorized topics are returned to the user Modified KafkaApis to return Errors.UNKNOWN_TOPIC_OR_PARTITION if principal has no Describe access to topic Unit tests expanded Some paths cause the client to block due to bug https://issues.apache.org/jira/browse/KAFKA-3727?filter=-2 tests work around this by executing in separate thread commit b6510b0f2059a92dfb4f6c427df50ac4e7339d8e Author: Mickael Maison <mickael.mai...@gmail.com> Date: 2016-07-26T18:20:06Z KAFKA-3396: Updates and cleanups following the feedback commit 38708ad2d1990304f75c2981350a9d211ecd173a Author: Mickael Maison <mickael.mai...@gmail.com> Date: 2016-08-17T12:34:19Z KAFKA-3396: More updates + rebased off trunk - Added tests from 44ad3ec - Small refactorings commit 6d33f133adf68ee43cc05fa99645f78e5bf75e10 Author: Edoardo Comar <eco...@uk.ibm.com> Date: 2016-09-21T09:34:02Z KAFKA-3396 : Unauthorized topics are returned to the user Rebased after kip-79 changes. Fixing leak of topic for LIST_OFFSETS when unauthorized. Added tests. commit 9d80a9af83bf89a0884055d80c37aa170ffd633e Author: Edoardo Comar <eco...@uk.ibm.com> Date: 2016-09-23T15:34:48Z KAFKA-3396 : Unauthorized topics are returned to the user cleanup after review commit 226d3d0b85dac22dbd5062d44c50692b64161a7e Author: Edoardo Comar <eco...@uk.ibm.com> Date: 2016-09-26T10:58:07Z KAFKA-3396 : Unauthorized topics are returned to the user Cleanup addressing comments commit 01db26cbe832ddc040977b6f4f41adbc532a2657 Author: Edoardo Comar <eco...@uk.ibm.com> Date: 2016-09-26T11:14:38Z KAFKA-3396 : Unauthorized topics are returned to the user Cleanup addressing comments commit 5ea87a379b5bfb473c3476dd0a0da072f11becd9 Author: Edoardo Comar <eco...@uk.ibm.com> Date: 2016-09-26T18:10:53Z KAFKA-3396 : Unauthorized topics are returned to the user Revised handling of FETCH PRODUCE and DELETE requests ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---