Toader Sebastian
Toader Sebastian
Yes, though a complete solution would be to use server-sideapplied everyvere where the CRD is deployed (docs, Helm charts)
> Caused by: java.net.BindException: Address already in use You get the above error as its' not supported to run kafka tools from within a broker pod as Kafka tools try...
@Raboo can you attach your KafkaCluster, KafkaUser, KafkaTopic etc custom resources that can be used for reproing this issue?
@Raboo I can't see the `KafkaTopic` custom resource only `KafkaCluster` and `KafkaUser`
> IIUC the proposal is to have the KafkaCluster CRD extended to support an optional flag for this. Something like `EnableHttp10ForHealthCheckPort` (probably shorter :) ) in: > > https://github.com/banzaicloud/koperator/blob/1975aebe9020f2009a96ffc416fbe7db7b2a1623/api/v1beta1/kafkacluster_types.go#L268-L297 I...
> Thanks @stoader for the review. I will look into it in the following days. @dobrerazvan what's the latest on this feature? cc @pregnor @hi-im-aren @bartam1 @amberimam @panyuenlau @Kuvesz
@bianpengyuan I'm looking for building the SDK and WASM filter such that the binary includes debugging symbols. Like the `-ggdb` in https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html#Debugging-Options
Hi @desimone, do you have any update on whether this feature is still on the table (passing `access_token` in the header to upstream)?
@desimone we use Pomerium to provide auth through OIDC to an application which comprises of a couple of services which don't have support for authn/authz through OAuth2 bearer token natively...