Open
Description
Expected Behavior
Azure Event hubs provide Kafka API compatibility and provides sdk for blob storage.
https://learn.microsoft.com/en-us/java/api/overview/azure/messaging-eventhubs-checkpointstore-blob-readme?view=azure-java-stable
Can spring-kafka has similar offering so that we can plugin server details and checkpoints are taken care of.
Current Behavior
Kafka creates its own store for offset mgmt.
Context