gitfirenz opened a new pull request #4346:
URL: https://github.com/apache/nifi/pull/4346


   #### Description of PR
   
   Add Kafka 2.5 Processors set (NIFI-7522), in order to : 
   * Have the last fixes from Kafka
   * Use the static Membership Consumers (to reduce rebalancing)
   
   ### For code changes:
   - [ ] Have you ensured that the full suite of tests is executed via `mvn 
-Pcontrib-check clean install` at the root `nifi` folder?
   -> The full test suite is stuck with RAT licence issues.
   - [x] Have you written or updated unit tests to verify your changes?
   - [x] Have you verified that the full build is successful on JDK 8?
   - [NOT YET] Have you verified that the full build is successful on JDK 11? 
   - [x] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)? 
   
   ### Testing
   **Infra :** 
   The static kafka membership has been tested with a kafka 2.5 single node, 
topic "test" with 5 partitions (Windows 10 1909, jdk1.8.0_212)
   
   **Code :** A NIFI template with 3 consumers is attached (NIFI template). 
   
   The 3 consumers have a group.instance.id 01 02 03 and a session.timeout.ms 
of 10minutes. 
   
   **Results :** 
   * The consumer consumes (like in 2.0)
   * The  kafka server log show the join of the static consumer : "Static 
member Some(01) of group CG with unknown member id rejoins".


----------------------------------------------------------------
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:
[email protected]


Reply via email to