zitadel / zitadel-go

ZITADEL Go - The official client library of ZITADEL for an easy integration into your Go project.
https://zitadel.com
Apache License 2.0
73 stars 29 forks source link

Generate client stub using buf #364

Open adlerhurst opened 3 months ago

adlerhurst commented 3 months ago

To ease up development it would make sense to switch form our custom docker container to build the proto client stub to buf.

The current implementation does its job but keeping up with version changes is quite an overhead and all the changes planned for the v3 api will cause some extra work.