lucliu1108 opened a new pull request, #22769:
URL: https://github.com/apache/kafka/pull/22769
## Summary
1. 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:
1. push round-trip succeeds when the plugin is configured and the
client default push is on;
2. client opt-out via topology.description.push.enabled=false prevents
the client from ever sending a description;
3. no topology description plugin is configured on the broker.
2. Add
`group.streams.topology.description.plugin.class=org.apache.kafka.server.streams.InMemoryTopologyDescriptionPlugin`
to `BaseStreamsTest` and `StreamsBrokerBounceTest` (when
use_streams_groups=True). The plugin jar is already on the broker classpath via
the server module.
3. Enable the InMemory plugin in the streams broker compatibility test for
DEV_VERSION. Discussed with Matthias
--
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]