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
refactor: remove dead DATA_STREAM_COMPATIBLE_ES_VERSION check
With CONNECTOR_V11_COMPATIBLE_ES_VERSION raised to 8.0.0, any cluster
that passes the version gate trivially satisfies the old 7.9.0
data-stream floor. The branch could never fire; remove the constant
and the guarded block.
0 commit comments