Open
Description
Expected Behavior
The application starts without error
Actual Behavior
2022-06-15 08:41:42,773 [pool-1-thread-1] INFO org.apache.kafka.clients.Metadata - [Consumer clientId=consumer-1, groupId=stream-registry] Cluster ID: A24wzOodSi6yLQ5r-AWsdw
2022-06-15 08:41:42,776 [pool-1-thread-1] ERROR c.e.s.s.s.kafka.KafkaEventReceiver - Receiving failed
java.lang.NullPointerException: null
at com.expediagroup.streamplatform.streamregistry.state.kafka.KafkaEventReceiver.consume(KafkaEventReceiver.java:110)
at com.expediagroup.streamplatform.streamregistry.state.kafka.KafkaEventReceiver.lambda$receive$0(KafkaEventReceiver.java:94)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Steps to Reproduce
With a fresh kafka cluster and schema registry, start the stream registry pointed at them.