Jean-Philippe Moal
Jean-Philippe Moal
> I'll rather see this implemented explicitly via CreateTopics protocol: I'll admit auto creation is usually considered an anti-pattern! > I expect the consumer group creation to halt if the...
Hello (and sorry for the extra late reply!) This is definitely a change we can include Would you care to open a pull request that includes tests? Thanks in advance
Hello, and sorry for the **very** late reply! Indeed, the savepoint ID is overridden https://github.com/heetch/sqalx/blob/bc03be6a919942c7bddefb3cf835a7071669a245/sqalx.go#L147 So multiple savepoints will not work, the second time `Rollback` will get called it will...
Hey @rmsj (and sorry for the delay in the answer) Originally we created a separate package because this feature is almost only useful when using savepoints (so, with PostgreSQL only)...
Hey @carpii thanks for your feedback We did plan to try to get this merged to sqlx but unfortunately the upstream repository seems to be unmaintained (no commits/merge since April...
One thing that could be great would be to use the JSON-Schema tags that can be included in the openapi schema itself https://swagger.io/docs/specification/data-models/keywords/ Some libs already exist to use JSON...
I have the same issue. Have you found a workaround?
Hi @rfloriano and thanks for your feedback. I'm not quite sure we would like to expose the `globalNames` since it means manipulating global state. One solution I believe may help...
Hello, and thanks for the suggestion. This is a reasonable request so please feel free to submit a PR One thing that should be done though is preserve the current...
Hey @bryantwr , this does look like an issue, especially since in that case the array is not optional From what I understand from the Avro specs nil arrays should...