Hi, I'm looking to update the stream configs of an existing table. After updating the configs, would reloading the segments cause the config to update for existing (and future) consuming segments?
j
Johan Adami
09/09/2022, 2:53 PM
what config exactly? I’ve found the behavior is different based on the config. Some happen on an ~regular cadence, but most happen on the next consuming segment.
t
Tiger Zhao
09/09/2022, 3:24 PM
I see, it's a custom config that I added with a plugin. But it still falls under the streamConfigs
j
Johan Adami
09/09/2022, 6:03 PM
sounds like you have a custom stream plugin then. you’d have to trace the parent function in the whole stream interface that’s calling it. I think things like offset related code gets called quite often. but partition count changes might be on segment seal only or when the controller runs that period “fix the streams” task. Someone else will know better