curved-jordan-15657
09/13/2021, 2:08 PM{
"sink": {
"config": {
"connection": {
"schema_registry_url": "<my-schema-registry>:8081"
}
}
}
}
But it gives me an error like:
sink
extra fields not permitted (type=value_error.extra)
Also above lines in log, i see
Host: <my-broker>:9092, Port: None, Schema: , Login: , Password: None, extra: {'sink': {'config': {'connection': {'schema_registry_url': '<my-schema-registry>:8081'}}}}
So, it gets my host but can not get port? I didn’t get it. Also, how can i resolve the extra fields problem. Thanks!witty-state-99511
09/13/2021, 7:40 PM{
"config": {
"connection": {
"schema_registry_url": "<my-schema-registry>:8081"
}
}
}
curved-jordan-15657
09/13/2021, 11:09 PM{
"connection": {
"schema_registry_url": "<my-schema-registry>:8081"
}
}
witty-state-99511
09/14/2021, 1:58 PMcurved-jordan-15657
09/14/2021, 2:01 PM