Hi, I'm looking to update the stream configs of an...
# general
t
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
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
I see, it's a custom config that I added with a plugin. But it still falls under the streamConfigs
j
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