Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TopicConfig annotation name clash #351

Open
fvaleri opened this issue Jul 3, 2024 · 0 comments
Open

TopicConfig annotation name clash #351

fvaleri opened this issue Jul 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@fvaleri
Copy link

fvaleri commented Jul 3, 2024

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.

@fvaleri fvaleri added the enhancement New feature or request label Jul 3, 2024
@fvaleri fvaleri changed the title TopicConfig annotatin name clash TopicConfig annotation name clash Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant