[
https://issues.apache.org/jira/browse/KAFKA-20629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lucas Brutschy updated KAFKA-20629:
-----------------------------------
Description:
TopologyDescriptionPluginSystemTest.java (Java test driver),
streams_topology_description_plugin_test.py (ducktape test), kafka.py service
additions (plugin config propagation), streams.py additions (topology push
config).
Add
group.streams.topology.description.plugin.class=org.apache.kafka.server.streams.InMemoryTopologyDescriptionPlugin
to server_prop_overrides in BaseStreamsTest and StreamsBrokerBounceTest (when
use_streams_groups=True). The plugin jar is already on the broker classpath via
the server module.
We should also add a new method to the streams broker compatibility test, where
we enable the InMemory plugin on the broker. For 4.4 vs. 4.2/4.3. Discussed
with Matthias. Do not duplicate the test to not run too many tests, just enable
the plugin as a smoke test.
was:
TopologyDescriptionPluginSystemTest.java (Java test driver),
streams_topology_description_plugin_test.py (ducktape test), kafka.py service
additions (plugin config propagation), streams.py additions (topology push
config).
Add
group.streams.topology.description.plugin.class=org.apache.kafka.server.streams.InMemoryTopologyDescriptionPlugin
to server_prop_overrides in BaseStreamsTest and StreamsBrokerBounceTest (when
use_streams_groups=True). The plugin jar is already on the broker classpath via
the server module.
> Add ducktape system tests for topology description plugin
> ---------------------------------------------------------
>
> Key: KAFKA-20629
> URL: https://issues.apache.org/jira/browse/KAFKA-20629
> Project: Kafka
> Issue Type: Sub-task
> Components: streams
> Reporter: Alieh Saeedi
> Assignee: Lucy Liu
> Priority: Major
> Fix For: 4.4.0
>
>
> TopologyDescriptionPluginSystemTest.java (Java test driver),
> streams_topology_description_plugin_test.py (ducktape test), kafka.py service
> additions (plugin config propagation), streams.py additions (topology push
> config).
> Add
> group.streams.topology.description.plugin.class=org.apache.kafka.server.streams.InMemoryTopologyDescriptionPlugin
> to server_prop_overrides in BaseStreamsTest and StreamsBrokerBounceTest
> (when use_streams_groups=True). The plugin jar is already on the broker
> classpath via the server module.
> We should also add a new method to the streams broker compatibility test,
> where we enable the InMemory plugin on the broker. For 4.4 vs. 4.2/4.3.
> Discussed with Matthias. Do not duplicate the test to not run too many tests,
> just enable the plugin as a smoke test.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)