Re: Schema Registry in Staging Environment

2016-09-27 Thread Ewen Cheslack-Postava
Lawrence, There are two common ways to approach registration of schemas. The first is to just rely on auto-registration that the serializers do (I'm assuming you're using the Java clients & serializers here, or an equivalent implementation in another language). In this case you can generally just

Schema Registry in Staging Environment

2016-09-26 Thread Lawrence Weikum
Hello, Has anyone used Confluent’s Schema Registry? If so, I’m curious to hear about best practices for using it in a staging environment. Do users typically copy schemas over to the staging environment from production? Are developers allowed to create new schemas in the staging