144145146147148149150
Utf8 $(String s) { return new Utf8(s); } private MysqlAB<User, byte[]> getAB() { return new MysqlAB<User, byte[]>(es, dataSource, "user", "profile", "avro_schemas", User.SCHEMA$, AvroFormat.BINARY, new LongBytesKeyStrategy()); }