Ning Sun

Results 315 comments of Ning Sun

It's not an urgent issue. We just want to keep our dependencies up-to-date.

@leaf-potato Thank you! It may take some time to get the proto merged and you don't have to be blocked by this. Just use your git branch for now to...

Just for single datanode. The rational is to protect it from overloaded.

My idea was straight-forward to include a tokio semaphore on datanode's query interface. @waynexia WDYT

@waynexia in a distributed setup, it can be difficult to make db-scoped bulkhead accurate. I would suggest to keep it simple as the final solution to protect datanode.

hello @dandyvica , handlebars uses `serde_json`'s `Value` as internal type system because the original handlebarsjs is based on JavaScript. So it has no access to `rdata`'s `to_string` when rendering a...

@dandyvica you can just try `{{rdata}}` and see output

Do you have other variants of rdata field? When it renders `[object]` it means it's a json object.

@elmaxxo Thank you for reporting. Will you create a pull request to fix this?