-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This is a bit ugly:
@Test
public void shouldAlterConfigs(KafkaCluster cluster,
@io.kroxylicious.testing.kafka.junit5ext.TopicConfig(name = TopicConfig.RETENTION_MS_CONFIG, value = "604800000") Topic t1,
@io.kroxylicious.testing.kafka.junit5ext.TopicConfig(name = TopicConfig.CLEANUP_POLICY_CONFIG, value = "delete") Topic t2) {
...Maybe we can deprecate this annotation and rename to avoid the name clash with Kafka.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request