curved-truck-53235
02/11/2022, 1:47 PMsquare-activity-64562
02/11/2022, 2:07 PMcurved-truck-53235
02/11/2022, 2:21 PMsource:
type: "kafka"
config:
connection:
bootstrap: "localhost:9092"
consumer_config:
security.protocol: "PLAINTEXT"
sasl.username: "confluent"
sasl.password: "confluent"
sasl.mechanism: "PLAIN"
schema_registry_url: "<http://localhost:8081>"
sink:
type: "datahub-rest"
config:
server: "<http://localhost:8080>"
But problem not in file. I fixed this with adding "-value" to schema name in registry. Error gone away but there are no schema for topic in DataHub UI. I'll debug this laterincalculable-ocean-74010
02/11/2022, 6:38 PM-value
. This is what they call subjects, you can read more about it here: https://docs.confluent.io/platform/current/schema-registry/develop/api.html#subjectscurved-truck-53235
02/12/2022, 6:42 AMincalculable-ocean-74010
02/14/2022, 2:02 PMcurved-truck-53235
02/14/2022, 2:06 PMincalculable-ocean-74010
02/14/2022, 2:18 PM@Pedro Silva I did some code research and fixed this problem
incalculable-ocean-74010
02/14/2022, 2:18 PMcurved-truck-53235
02/14/2022, 2:19 PMincalculable-ocean-74010
02/14/2022, 2:28 PMcurved-truck-53235
02/14/2022, 3:01 PM