Mostafa Moradian

Results 223 comments of Mostafa Moradian

Using CLI flags for configuring every single configuration item seems somewhat counterintuitive. There will be lots of flags for a single subcommand. This should be further investigated.

Hey @hamedsalim1999, Are you still working on this?

Client-side TLS termination is implemented in [v0.8.x](https://github.com/gatewayd-io/gatewayd/milestone/9) milestone and the rest will be picked up later.

Any updates here?

The awesome-go [PR](https://github.com/avelino/awesome-go/pull/5315) is merged.

Any updates here?

@arpitaso Have you been able to fix this?

@sinadarbouy All the raft functions in the Raft library has a [`WithLibrary` variant](https://pkg.go.dev/github.com/hashicorp/raft#section-readme) that can be used to pass a custom logger to prevent separate log formats in the output....

Hey @Nipuns1999, This library support SAML 2.0 standard, and if the software you mention supports that, you can use it. I only tested this integration with Okta and Azure AD...

Hey @bloodgang94, There is no such symbol named `SCHEMA_TYPES` and [these](https://github.com/mostafa/xk6-kafka/blob/1d8e9efcd937e8ab7a476e7546e5c0181e1d3014/module.go#L210-L215) are the schema types you can import into your code. https://github.com/mostafa/xk6-kafka/blob/1d8e9efcd937e8ab7a476e7546e5c0181e1d3014/module.go#L210-L215 As for the `index.d.ts` file, I tried to...