1217 Disable Pretty Print

Resolves #1224
This commit is contained in:
jmaxwell
2018-02-14 12:19:13 -06:00
committed by Oleg Zhurakousky
parent 21d1dbea83
commit 275c212d47

View File

@@ -176,7 +176,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);