Alex Shtin
Alex Shtin
I see many teams moving out of gogo. I considered the same for our project and run simple benchmark test to compared v1, v2, and gogo: https://github.com/alexshtin/proto-bench. The results show...
I am having the same problem here. Basically every time when `error` is `nil`, payload must be not `nil` which is really annoying. Added checks to handlers for now, but...
:open_mouth: this is great! I've never had time for it and honestly `curl` was good enough. Is the auth a main motivation for you? I need to review this.
Apparently this is not as easy as it looks. Good issues to start with: https://github.com/uber-go/cadence-client/pull/929 https://github.com/uber-go/cadence-client/issues/928
Related issue: #61
Created an issue on sqlite side: https://gitlab.com/cznic/sqlite/-/issues/108.
Sounds like a good idea. Are you willing to contribute? Schema file is here: https://github.com/temporalio/temporal/blob/master/schema/postgresql/v96/temporal/schema.sql Queries are here: https://github.com/temporalio/temporal/tree/master/common/persistence/sql/sqlplugin/postgresql (almost in every file). Visibility schema/queries are also needs to be...
Delete namespace functionality was released in [1.17.0](https://github.com/temporalio/temporal/releases/tag/v1.17.0).
Feb,9-Jul,5 = 219
Can you connect Temporal to YB using Cassandra driver? YB protocol is Cassandra compatible, it should work. Maybe after some fixes as we did to support Scylla DB.