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-3720 Error with debezium.sink.pulsar.client.serviceUrl and debezium-server #6048

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

gustavolira
Copy link
Contributor

@gustavolira gustavolira commented Dec 12, 2024

*
* @throws NullPointerException if the input string is null.
*/
public static String convertToCamelCase(String input) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
public static String convertToCamelCase(String input) {
public static String convertUnderscoredStringToCamelCase(String input) {

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jpechane thanks for the review, I changed the method name to convertDotAndUnderscoreStringToCamelCase since it's handling dot and underscore

@gustavolira gustavolira changed the title DBZ-3720 Error with debezium.sink.pulsar.client.serviceUrl and debezium-server version DBZ-3720 Error with debezium.sink.pulsar.client.serviceUrl and debezium-server Dec 13, 2024
@jpechane jpechane merged commit 470608c into debezium:main Dec 16, 2024
2 checks passed
@jpechane
Copy link
Contributor

@gustavolira 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
Development

Successfully merging this pull request may close these issues.

2 participants