Skip to content

Commit

Permalink
Docs about different registry url keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
alesj authored and gsmet committed Apr 28, 2020
1 parent 006b1af commit 6da6de7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ public class KafkaStreamsRuntimeConfig {

/**
* The schema registry key.
*
* e.g. to diff between different registry impls / instances
* as they have this registry url under different property key.
*
* Red Hat / Apicurio - apicurio.registry.url
* Confluent - schema.registry.url
*/
@ConfigItem(name = "schema-registry-key", defaultValue = "schema.registry.url")
public String schemaRegistryKey;
Expand Down

0 comments on commit 6da6de7

Please sign in to comment.