Increasing partition count on __consumer_offsets and kafka connect's offset

Hello! Did anybody increase partition count on __consumer_offsets and kafka connect’s offset.storage.topic? What caveats to look for when doing that?

You’ll lose ordering if there is already data in these topics, causing inconsistent state, so this is not recommended.

Got it, thanks! Anything else maybe?

Just if this is the only concern that I should have in mind.

IMO, inconsistent state is a major concern.

But also, adding partitions doesn’t move existing data around, which is why future message ordering will not be preserved.