Sandesh87
New Contributor III

@Uma Maheswara Rao Desula​ Do you mean creating a config map such that that the offset (event position) of the start and end event positions on the partitions are the same?

Example1: In both starting and ending positions:-

EventPosition.fromOffset("1")

Example1: In both starting and ending positions:-

EventPosition.fromSequenceNumber(100L)

Theoretically having this kind of a configuration map where start and ending positions have same offset or sequence number, we can control how many records are ingested by each partition of the event hub.