Eric Kennedy

Results 31 comments of Eric Kennedy

Makes total sense! I just added a test that computes how long it currently takes to go through a ~27k line file. It doesn't give you much context as it...

New to the strimzi space so just a general question: Is it the operator that needs to be able to authenticate with MSK IAM since it is talking to the...

More specific question for @anandswaminathan.. In order to get it working by changing [this file](https://github.com/strimzi/strimzi-kafka-operator/blob/main/docker-images/kafka-based/kafka/scripts/kafka_connect_config_generator.sh) what were the exact steps you took? It seems that all that needs to be...

Okay so the changes were propagated to the kafka connect image you used... NOT the strimzi operator. So I guess that means kafka connect still talks to the brokers, and...

Okay I am following now. If we were to hardcode these values: ``` security.protocol=SASL_SSL sasl.mechanism=AWS_MSK_IAM sasl.jaas.config=software.amazon.msk.auth.iam.IAMLoginModule required; sasl.client.callback.handler.class=software.amazon.msk.auth.iam.IAMClientCallbackHandler ``` in a .properties file when building the image would that be...

Also running into this problem with postgres version 14 but it works with postgres version 13. Looking at the parameter group (using RDS) `password_encryption` defaults to `md5` in version 13...

I like the svgAttributes solution. Will definitely do that. Right now the way you can modify the stroke is by using the path classname. You could also use this sister...

Sure, we can just have a onHover prop that dispatches the starRating right here https://github.com/ekeric13/react-star-ratings/blob/master/src/star-ratings.js#L72

Yes! I will start doing that.

yeah, you can currently do that in a sister repo I made https://github.com/ekeric13/react-ratings-declarative [docs here](https://github.com/ekeric13/react-ratings-declarative#api) There is some shared code between the two, I can probably just expose the `typeOfWidget`...