Claudenw opened a new pull request, #402: URL: https://github.com/apache/commons-collections/pull/402
Implementation to fix COMMONS-843 This is a simple Layered Bloom filter implementation with complex configuration options. A static method to create a fixed level implementation that does not merge is provided. An example of a complex time based Bloom filter is provided in the testing code where filters are added to until they are saturated or one second has elapsed and are removed after they are 4 seconds old. this change is in support of Kafka KIP-936 https://cwiki.apache.org/confluence/display/KAFKA/KIP-936%3A+Throttle+number+of+active+PIDs -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
