-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
In this part of code
kafkaAvroConfig.valueNamingStrategy
.applyNamingStrategyToAbrisConfig(abrisValueBase, topic, isKey = false)
.usingSchemaRegistry(schemaRegistryClientConfig)the schemaRegistryClientConfig is passed as
schema.registry.basic.auth.user.info -> [censored],
schema.registry.basic.auth.credentials.source -> USER_INFO,
but this is obsolete. It should pass it as
basic.auth.user.info -> [censored],
basic.auth.credentials.source -> USER_INFO,
Code and/or configuration snippet that caused the issue
--
Expected behavior
Kafka source should pass the correct and up to date configuration to the Schema Registry.
Context
- Pramen/pramen-py version: 1.13.6
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working