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

Added Confluent Connect parameters to kafka template #64

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

John-Wiens
Copy link
Collaborator

This PR adds a custom Kafka Template Producer which includes the configurations needed to connect to confluent cloud. This additional configuration is only needed by things such as the CMKafkaStateChangeEvents and Configuration topics which interface with kafka topics outside of a streams topology.

@John-Wiens John-Wiens requested a review from iyourshaw January 24, 2024 21:12
@iyourshaw
Copy link
Collaborator

The Sonar run has the following message:

"The version of Java (11.0.21) used to run this analysis is deprecated, and SonarCloud no longer supports it. Please upgrade to Java 17 or later.
As a temporary measure, you can set the property 'sonar.scanner.force-deprecated-java-version' to 'true' to continue using Java 11.0.21"

Try setting that property?

Copy link
Collaborator

@iyourshaw iyourshaw left a comment

Choose a reason for hiding this comment

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

Added a couple suggestions about logging and getting Sonar to work.

}

} catch (InterruptedException e) {
e.printStackTrace();
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'd recommend using logger.error() instead of printing to stdout so that logging can be configured in a consistent way.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

As of Jan 28, 2024. All scans will fail regardless of the flag. This will be corrected when we update the CM to the latest version.

@John-Wiens John-Wiens merged commit 9c2a54c into develop Jan 31, 2024
2 of 3 checks passed
@John-Wiens John-Wiens deleted the confluent-updates branch January 31, 2024 23:17
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