-
Notifications
You must be signed in to change notification settings - Fork 50
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
[The Pipeline detail screen] 400 error is handled when creating the Kafka Destination connector with optional configuration ... #600
Comments
@uchennakevinm1 @hariso I am unable to reproduce this, can we confirm this is still an issue with a proper kafka setup? |
@artemklevtsov Thanks for the details! Which version of Conduit are you running? Based on the logs which you've shown, it looks like the UI is getting confused by the parameter names. The configuration should have: {
"sdk.record.format": "debezium/json"
} and not: {
"sdk.record": {
"format": "debezium/json"
}
} Meanwhile, if this is a blocker for you, I can suggest using a pipeline configuration file. That should definitely work. |
Latest stable release: e.g. v0.7.2. |
UI will be deprecated soon, see #1911. |
[The Pipeline detail screen] 400 error is handled when creating the Kafka Destination connector with optional configuration "acks": "0" or "acks": "1"
Bug is only reproduced when using the UI conduit
Additional info: We can create the Kafka Destination connector with optional configuration "acks": "0" or "acks": "1" by using Postman
Logs: 2022-05-06T15:37:53+00:00 ERR error processing HTTP request error="rpc error: code = InvalidArgument desc = proto:\u00a0(line 1:167): invalid value for string type: 0" http_endpoint="POST /v1/connectors" request_id=44de8178-6732-4967-a264-792fc8c4aa71 stack=null
2022-05-06T15:39:10+00:00 ERR error processing HTTP request error="rpc error: code = InvalidArgument desc = proto:\u00a0(line 1:167): invalid value for string type: 1" http_endpoint="POST /v1/connectors" request_id=7f409e72-c3db-41df-a6d6-4d7d5155b06f stack=null
The text was updated successfully, but these errors were encountered: