505152535455565758
try { client = (SchemaRegistry<Schema>) Class.forName( props.getProperty(KAFKA_MESSAGE_CODER_SCHEMA_REGISTRY_CLASS)).newInstance(); client.init(props); } catch (Exception e) { throw new MessageEncoderException(e); } }
9192939495969798
System.err.println(out.toByteArray().length); return out.toByteArray(); //return new Message(out.toByteArray()); } catch (IOException e) { throw new MessageEncoderException(e); } }