Stub Confluent Schema Registry

  • By Stuart Bishop
Channel Revision Published Runs on
latest/stable 1 19 Mar 2021
Ubuntu 14.04
latest/edge 1 19 Mar 2021
Ubuntu 14.04
juju deploy stub-confluent-schema-registry
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • avro_compatibility_level | string

    Default: backward

    The Avro compatibility type. Valid values are: none (new schema can be any valid Avro schema), backward (new schema can read data produced by latest registered schema), forward (latest registered schema can read data produced by the new schema), full (new schema is backward and forward compatible with latest registered schema).

  • kafkastore_topic | string

    Default: _schemas

    The durable single partition topic that acts as the durable log for the data.

  • kafkastore_topic_replication_factor | int

    Default: 3

    The desired replication factor of the schema topic. The actual replication factor will be the smaller of this value and the number of live Kafka brokers.

  • port | int

    Default: 8081

    Port to listen on.