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

Protobuf support for Kafka sink connector #9793

Open
mastannpu87 opened this issue Aug 20, 2021 · 1 comment
Open

Protobuf support for Kafka sink connector #9793

mastannpu87 opened this issue Aug 20, 2021 · 1 comment
Assignees
Labels
area/ecosystem Label for all ecosystem related projects kind/bug This issue is a bug priority/medium Medium priority issue

Comments

@mastannpu87
Copy link

mastannpu87 commented Aug 20, 2021

Jira Link: DB-2105
Kafka sink connector support for protobuf payloads:

Proto file for the payload:

syntax = "proto3";
message Policy {
uint32 policyNumber = 1;
double policyPrice = 2;
string policyDetails = 3;
}

When using above payload user gets following error.

ERROR] 2021-07-16 21:06:55,852 [task-thread-YBSink-PB-1-0] org.apache.kafka.connect.runtime.WorkerSinkTask deliverMessages - WorkerSinkTask{id=YBSink-PB-1-0} Task threw an uncaught and unrecoverable exception. Task is being killed and will not recover until manually restarted. Error: Invalid schema for value STRUCT expected a map.
java.lang.IllegalArgumentException: Invalid schema for value STRUCT expected a map.

@tylarb tylarb added this to To do in Ecosystem Integrations via automation Aug 25, 2021
@tylarb
Copy link
Contributor

tylarb commented Aug 25, 2021

Reference internal issue: 1760

@ddorian ddorian added the area/ecosystem Label for all ecosystem related projects label Aug 29, 2021
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ecosystem Label for all ecosystem related projects kind/bug This issue is a bug priority/medium Medium priority issue
Projects
Development

No branches or pull requests

6 participants