Is it possible to alter how often state is emitted...
# troubleshooting
a
Is it possible to alter how often state is emitted to my state storage backend? I have reduced the batch size for one of my tap-target combinations, but a state update is persisted for every batch processed which is filling logs unnecessarily. But the actual state json isn't changing at all between batches. A state update when a new stream starts would be sufficient for me in this instance.
a
Mmmm I am not sure, depends on the tap and target… I have not seen config on all of the ones I have used to set up this periodicity to store the state, so you might want to look into the Python code to better understand, happy to do it myself if you tell me which taps/targets are you running