Gallardot

Results 41 comments of Gallardot

The sarama kafka client can only set `linger.ms`, `batch.size`, and `compression` for producer instances and not at the topic level. In Dapr, a component instance corresponds to a producer. Therefore,...

I think implementing a generic oauth2 is enough. If there is a need for more customization, it is a more general and maintainable solution such as [keycloak](https://www.keycloak.org/) or [dexidp](https://dexidp.io/).

@xdu-chenrj I have some questions. > 3. The dependency of SDK is necessary for third-party systems to delegate tasks to DS triggering, and it does not have too much intrusion...

@giovannidalloglio Currently, not all capabilities and features of K8S Job are fully supported. At present, only the definition of a single container in `spec.template.spec.containers` is supported; multiple container definitions are...

> you are generally rigth... but there are complex situation (like a bank) where hundreds of different applications will have to share the same cluster, and those cases are not...

> > Yes, I hope that I don’t need to frequently switch online operations during debugging, and I can release it to production after debugging is completed. > > In...

> After a few days of use after the upgrade, a new issue was discovered. api pod does not recognize alert pod with the following error message: > > `...

> Please don't add `.jar` in the source code, the `.jar` file will be excluded in src, these means the e2e will not be executed after release. +1. I suggest...