Files
scylladb/streaming
Botond Dénes 161157fa15 streaming/consumer.cc: fix missing captures in on_add lambda
sst and cfg were used inside the on_add lambda but not captured.
Also add cfg to the enclosing .then() capture list since it's
declared in the outer scope.
2026-05-08 06:51:58 +03:00
..