ac230d0c2d
* Add CREATE, START, STOP and DROP queries * Fix definition of port in replica query * Explicitly stop the consumer before removing * Fix offset committing in Consumer * Add tests for basic stream queries * Remove unnecessary WITH keywords from CREATE query * Add tests * Add STREAM privilege * Disable not working test The functionality is tested manually, but I couldn't make it work with the mock kafka cluster. * Add support for multiple topic names * Replace skiplist by synchronized map * Make Consumer::Test const and improve error handling The improvement in the error handling is mostly done regarding to the Test function. Instead of trying to revert the assignments, Test just stores the last commited assignment. When Start or Test is called, they check for the last commited assignments, and if it is saved, then they try to restore it. This way: 1. All the failures are returned to the user (failed to save/restore) 2. Failed assignment cannot terminate Memgraph * Make Test do not block creating/droping other streams |
||
---|---|---|
.. | ||
benchmark | ||
concurrent | ||
drivers | ||
e2e | ||
gql_behave | ||
integration | ||
jepsen | ||
macro_benchmark | ||
manual | ||
mgbench | ||
property_based | ||
public_benchmark | ||
stress | ||
unit | ||
.clang-tidy | ||
client-stress.sh | ||
CMakeLists.txt | ||
setup.sh |