1217 Disable Pretty Print

Resolves #1224
This commit is contained in:
jmaxwell
2018-02-14 12:19:13 -06:00
committed by Soby Chacko
parent 0670a36ef2
commit bbc43016df

View File

@@ -184,7 +184,7 @@ public class AvroSchemaRegistryClientMessageConverter extends AbstractAvroMessag
+ schema.getName());
}
this.schemaRegistryClient.register(toSubject(schema), AVRO_FORMAT,
schema.toString(true));
schema.toString());
if (this.logger.isInfoEnabled()) {
this.logger.info("Schema " + schema.getName()
+ " registered with id " + schema);