You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🌊 Streams: Actually disable routing when status == 'disabled' (elastic#234545)
I noticed that with elastic#231992 , all
the hard work of passing the status of a routing item around is done,
but it's not actually reflected in the ingest pipeline.
This PR is fixing this problem by filtering out all disabled routing
items when constructing the pipeline and adding a test that disabled
routing is actually disabled in practice.
0 commit comments