You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/02/19 12:47:28 UTC

[GitHub] [kafka] rgo commented on a change in pull request #9937: KAFKA-4759 Add support for IPv4 and IPv6 ranges in AclAuthorizer

rgo commented on a change in pull request #9937:
URL: https://github.com/apache/kafka/pull/9937#discussion_r579159552



##########
File path: build.gradle
##########
@@ -752,6 +752,7 @@ project(':core') {
   dependencies {
     compile project(':clients')
     compile project(':raft')
+    compile group: 'net.ripe.ipresource', name: 'ipresource', version: '1.47'

Review comment:
       @jeqo Not sure, I'll check all the magic done by _contains_ method this weekend.
   
   BTW I used that library because it comes from RIPE-NCC, an authority in this field, and it's being maintained. (https://github.com/RIPE-NCC/ipresource)
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org