-
Notifications
You must be signed in to change notification settings - Fork 14
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
Confluent Kafka Connect requires an empty constructor #41
Labels
bug
Something isn't working
Comments
I am seeing this same error using Strimzi provided Kafka. Has anyone been able to fix or workaround the problem?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello There,
I've tried to deploy this sample code into Conlufent Kafka Connect 6.2.1,
https://github.com/SolaceProducts/pubsubplus-connector-kafka-source/blob/master/src/main/java/com/solace/connector/kafka/connect/source/msgprocessors/SolSampleSimpleMessageProcessor.java
and I've got the following error :
adding
fix the issue.
So I guess the sample should be modified to add a default constructor
The text was updated successfully, but these errors were encountered: