Skip to content

CASSSIDECAR-453 cdc events routing#344

Merged
smiklosovic merged 1 commit into
apache:trunkfrom
smiklosovic:CASSSIDECAR-453
May 27, 2026
Merged

CASSSIDECAR-453 cdc events routing#344
smiklosovic merged 1 commit into
apache:trunkfrom
smiklosovic:CASSSIDECAR-453

Conversation

@smiklosovic
Copy link
Copy Markdown
Contributor

@smiklosovic smiklosovic commented May 6, 2026

No description provided.

instance.delegate().nodeSettings()).releaseVersion()
).getVersion();
this.kafkaPublisher = KafkaPublisher.create(version,
TopicSupplier.staticTopicSupplier(conf.kafkaTopic()),
Copy link
Copy Markdown
Contributor Author

@smiklosovic smiklosovic May 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

conf.kafkaTopic() is annotated with @Nullable. I do not know what we should do when it returns null. This was already the case before this patch. I do not see anything which would validate if kafka topic is null or not. Might be deferred to another ticket though.

Copy link
Copy Markdown
Contributor

@jyothsnakonisa jyothsnakonisa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Stefan, looks good to me. Please fix the check style

@smiklosovic smiklosovic removed the request for review from jmckenzie-dev May 27, 2026 19:56
…rmat configuration

patch by Stefan Miklosovic; reviewed by Jyothsna Konisa for CASSSIDECAR-453
@smiklosovic smiklosovic merged commit 0f3df76 into apache:trunk May 27, 2026
33 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants