Adesh Dsilva
04/04/2023, 10:03 AMrebalance
after the kafka consumer it started throwing null pointer exceptions.
I think thats because the default values that come as null are serialized and deserialized again (not sure) and this time avro doesnt like it (since this time key exists but value is null)
The real problem however is that I get this null pointer exception only in my local system whereas it works fine on EMR with real Kafka (MSK)
Any idea why I am seeing this inconsistency?