An Azure real-time data ingestion service.
Hi @Deeksha Thakur ,
I checked with internal team on this and below is the response from PG team. Kindly check.
So long as they know which partition and can specify a location in the event stream (offset/sequence number/timestamp), the consumer group shouldn't matter. There are a couple of caveats to be aware of:
• They won't be able to use one of our event processor types to read events without the consumer group becoming significant
• They won't be able to consume checkpoint data that our event processors have emitted without knowing the specific consumer group that was used
• They won't be able to request exclusive access to a partition unless they intend to prevent any other readers in that consumer group from accessing the partition
Outside of those considerations, I don't think there's a blocker to the proposed approach.
Hope this helps.
---------
Please consider hitting Accept Answer. Accepted answers helps community as well.