database-stream-processor
database-stream-processor copied to clipboard
Bad ergonomics for iterating cursors.
Trait dbsp::trace::cursor::Cursor requires the client to use key_valid(), step_key(), val_valid(), step_val(), and so on. The Rust iterator interface is not supported. It works, but it isn't very Rusty and perhaps some better way can be found. See PR #286.