Eric Kennedy

Results 31 comments of Eric Kennedy

You just want a className prop that goes right here, correct? https://github.com/ekeric13/react-star-ratings/blob/master/src/star-ratings.js#L155

Using the schema registry image 7.1.1 and hitting a similar error log with a slightly different stack trace: ``` org.apache.kafka.common.config.ConfigException: Invalid value "software.amazon.msk.auth.iam.IAMClientCallbackHandler" for configuration sasl.client.callback.handler.class: Class "software.amazon.msk.auth.iam.IAMClientCallbackHandler" could not...

Also curious what is the least amount of permissions you were able to use and get it working. This is what I got but the process has been very trial...

@sebiwi Would I still need that if I already created the schemas topic myself? Or is that action used for other things?

Might be related to this issue: https://github.com/citusdata/pg_cron/issues/6

So I am getting 200 logs for my health check endpoints and I would prefer to either not see them at all or see them only if I set a...

Okay yeah I can just use this fn: https://pkg.go.dev/github.com/labstack/echo/[email protected]/middleware#LoggerWithConfig And then pass it: ```go LoggerConfig{ Skipper: func(c echo.Context) bool { if c.Path() == "/health" { return true } return false...

So how do we install this on a linux system if we are using python 3.11? In a dockerfile of "FROM python:3.11-slim" I cannot install "confluent-kafka" as it gives me:...

I think this might be happening on sasl re-authentication. Is there way to know to not write to a topic when the client is re-authenticating?

@jdupl123 how are you authorizing your user for a given topic? As explained above this is my setup which I assumed works for all topics: ``` statement { effect =...