spring-cloud-schema-registry
                                
                                
                                
                                    spring-cloud-schema-registry copied to clipboard
                            
                            
                            
                        A schema registry implementation for Spring Cloud Stream
**Describe the issue** The regex for versionedSchema in AvroSchemaRegistryClientMessageConverter has an expectation that the subject part of the schema is alphanumeric and does not allow for the fact that the...
Spring Boot Version: 2.2.4.RELEASE Java Version: 11 Spring Cloud Version: Hoxton.SR1 I have registered a bean of Type `GeoJsonModule` ```java @Bean com.fasterxml.jackson.databind.Module geoJsonModule() { var geoJsonModule = new GeoJsonModule(); //...
@viniciusccarvalho commented on [Wed Mar 01 2017](https://github.com/spring-cloud/spring-cloud-stream/issues/836) As a user I may want to secure the POST endpoint of my schema server and only allow lookups and not registrations. -...
@dmarmugi commented on [Wed Apr 10 2019](https://github.com/spring-cloud/spring-cloud-stream/issues/1685) dmarmugi @dmarmugi Mar 08 15:41 Hi folks. I’m working on upgrading from Finchley to Greenwich release train and getting an error: > Error...
@dmarmugi commented on [Mon Aug 27 2018](https://github.com/spring-cloud/spring-cloud-stream/issues/1456) Hi folks, Currently (Elmhurst), you can set `spring.cloud.stream.schema.avro.schema-locations` to reference external Avro Schema (`avsc`) files which get registered and retrieved from the Schema...
AVRO supports multi-schema reference i.e.: ``` { "type": "record", "namespace": "test", "name": "sub", "fields": [ { "name": "state", "type": "string" } ] } ``` ``` { "type": "record", "namespace": "test",...
@jmax01 commented on [Tue Jul 16 2019](https://github.com/spring-cloud/spring-cloud-stream/issues/1765) After working extensively with the spring-cloud-stream-schema projects I think the introduction of a spring-cloud-stream-schema-core project would be helpful. Our team has enhanced our...