Skip to content

Commit

Permalink
remove static so running multiple crossClusterOperations using AVRO d…
Browse files Browse the repository at this point in the history
…oesn't cause problems
  • Loading branch information
patschuh committed Mar 22, 2019
1 parent 7e4c561 commit b2dd46e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -11,8 +11,8 @@

public class KafkaEsqueDeserializer implements Deserializer<Object> {

private static ForgivingKafkaAvroDeserializer avroDeserializer;
private static StringDeserializer stringDeserializer;
private ForgivingKafkaAvroDeserializer avroDeserializer;
private StringDeserializer stringDeserializer;

public KafkaEsqueDeserializer() {
avroDeserializer = new ForgivingKafkaAvroDeserializer();
Expand Down

0 comments on commit b2dd46e

Please sign in to comment.