clintropolis commented on a change in pull request #10314: URL: https://github.com/apache/druid/pull/10314#discussion_r533993972
########## File path: docs/ingestion/data-formats.md ########## @@ -1020,6 +1026,27 @@ For details, see the Schema Registry [documentation](http://docs.confluent.io/cu ... ``` +Multiple Instances: +```json +... +"avroBytesDecoder" : { + "type" : "schema_registry", + "urls" : [<schema-registry-url-1>, <schema-registry-url-2>, ...], + "config" : { + "schema.registry.basic.auth.credentials.source" : "USER_INFO", + "schema.registry.basic.auth.user.info" : "fred:letmein", + ... + }, + "headers": { + "traceID" : "b29c5de2-0db4-490b-b421", + "timeStamp" : "1577191871865", + ... + + } Review comment: Also since this config section contains potentially sensitive information, longer term it might make sense to use something like what is suggested in #10309 (though obviously not in this PR) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
