Hi everyone, I am using v0.10.0
Is thier any way to query on only committed segments?
in my case ive got my consuming segments on Error state somehow, because of that unable to query.
a
Abdelhakim Bendjabeur
10/13/2022, 1:10 PM
You can try the debug API to maybe see what is wrong
Copy code
curl -X GET "<http://localhost:9000/debug/tables/table_name?verbosity=1>" -H "accept: application/json"