lucliu1108 opened a new pull request, #22724:
URL: https://github.com/apache/kafka/pull/22724

   ## Summary
   
   Introduces the system-test infrastructure for KIP-1331 (Streams Group 
Topology Description Plugin):
   
   - New Java driver `TopologyDescriptionPluginSystemTest` that starts a small 
streams app and exits on signal.
   - New ducktape suite `streams_topology_description_plugin_test` with 3 
scenarios:
       * push round-trip succeeds when the plugin is configured and the client 
default push is on;
       * client opt-out via topology.description.push.enabled=false prevents 
the client from ever sending a description;
       * no topology description plugin is configured on the broker.
   
   
   


-- 
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]

Reply via email to