lively-fall-12210
02/22/2022, 2:24 PMsource:
type: kafka
config:
connection:
bootstrap: 'my-broker:9092'
schema_registry_url: '<http://my-schema-registry:8081>'
topic_patterns:
deny:
- ^_.+
domain:
'urn:li:domain:3215d470-9bb9-4cdf-be43-e971047b4b72':
allow:
- '^foo\.bar*'
'urn:li:domain:a518ea17-b705-4e59-94be-75cd1c600ca7':
allow:
- '^foo\.bazz*'
'urn:li:domain:ea46bbbe-33c2-4a7e-bedd-665037df50fc':
allow:
- '^foo\.blub*'
sink:
type: datahub-rest
config:
server: '<http://my-datahub:8080>'
However, when executing the recipy, I get the validation error:
'1 validation error for KafkaSourceConfig\n'
'domain\n'
' extra fields not permitted (type=value_error.extra)\n',
According to the source, my deployment of DataHub should support the domain field already. Am I doing something subtly wrong here? Thank you very much for your support!dazzling-judge-80093
02/22/2022, 2:29 PMdatahub version
lively-fall-12210
02/22/2022, 2:32 PMlively-fall-12210
02/22/2022, 2:34 PM