Francesco Guardiani
Francesco Guardiani
Per https://github.com/restatedev/documentation/pull/353#discussion_r1575116199
In our kafka implementation we inherited much of the constraints about ordering from the delivery guarantees of the keyed/unkeyed service. This is not needed anymore, and we should implement the...
```[tasklist] ### Tasks - [ ] https://github.com/restatedev/restate/issues/100 - [x] Wait for hyper 1.0 to be released - [x] Wait for hyper-rustls to support hyper 1.0 - [ ] https://github.com/restatedev/restate/issues/1060 -...
Could we expose the service documentation when listing the services in meta?
After hitting #1152, I figured it would be useful for the CLI to have a verbose/debug mode that describes the queries it's executing.
The state subcommand simply prints `Error: unable to convert a value to json` when querying a service that contains non-json state values.
Fix #1060
It would be nice if we can automate the generation of the documentation for the introspection tables. One cheap solution could be to generate that out of the define_schema macro.