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

DBZ-627 Unifying TopicSelector implementations #580

Merged
merged 2 commits into from Jul 18, 2018

Conversation

gunnarmorling
Copy link
Member

@gunnarmorling gunnarmorling commented Jul 17, 2018

https://issues.jboss.org/browse/DBZ-627

I'll send the corresponding Oracle connector change tomorrow. I've decided to do this now in order to simplify a heartbeat implementation for PG and the others subsequently.

@jpechane
Copy link
Contributor

@gunnarmorling Why was MongoDB connector ommitted?

@gunnarmorling
Copy link
Member Author

gunnarmorling commented Jul 18, 2018 via email

@gunnarmorling
Copy link
Member Author

@jpechane pushed one more commit to cover MongoDB, too.

* @return the topic selector; never null
*/
private static String getTopicName(CollectionId collectionId, String prefix, String delimiter) {
StringJoiner sb = new StringJoiner(delimiter);
Copy link
Contributor

Choose a reason for hiding this comment

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

@gunnarmorling Is this really needed? Is prefix really optional?

@gunnarmorling
Copy link
Member Author

gunnarmorling commented Jul 18, 2018 via email

@jpechane jpechane merged commit a5b5e7d into debezium:master Jul 18, 2018
@jpechane
Copy link
Contributor

@gunnarmorling Applied, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants