Dean Karn

Results 186 comments of Dean Karn

This may be the same root cause for other seemly related issue such as: - https://github.com/zendesk/racecar/issues/198 - https://github.com/vectordotdev/vector/issues/9587#issuecomment-943130619 - https://stackoverflow.com/questions/68541076/in-what-scenario-can-kafka-consumer-lag-spike-all-of-sudden-even-when-the-produ

Checking to see if there's anything more needed to help get to the bottom of this? This is happening daily in our environment.

Awesome @edenhill thanks for the update :) Is there any ETA on getting that PR merged? Asking as it’s causing serious issues in our environment.

Ah so the confluent-kafka-go lib still needs to be updated to handle this new error 👍 TY for the quick response.

Maybe that's a separate issue issue in the confluent-kafka-go library then. Because we see it most often when pushing a new update to our application which does a rolling restart....

@AlisskaPie no not as yet as I have been busy with other projects.

@wcsiu sorry it took this long to get to this. Would you be able to resolve the conflicts 🙏

Yes @fabiante there is documentation here in the Go documentation https://pkg.go.dev/github.com/go-playground/validator/v10#hdr-Dive Reminder to everyone the README for projects is not documentation, but rather a quick reference to information.

https://github.com/go-playground/validator/blob/master/_examples/translations/main.go#L43-L45

@SharkFourSix not sure how long you’ve been using Go but there is no concept of an uninitialized variable and so ever variable will get a default value including when unmarshalling...