I am commiting offsets to Kafka after my output has been stored, using the commitAsync API.
My question is if I increase/decrease the number of kafka partitions, will the saved offsets will become invalid. Thanks
I am commiting offsets to Kafka after my output has been stored, using the commitAsync API.
My question is if I increase/decrease the number of kafka partitions, will the saved offsets will become invalid. Thanks