vector
vector copied to clipboard
fix(kafka sink): add panic on Fatal error received from `librdkafka`
This is my attempt to fix #14290. The fatal error is unrecoverable and requires the librdkafka producer to be reinitialized. I think failing fast is a good solution in this situation. So, just panic and let the vector restart after that.
Deploy Preview for vector-project ready!
Name | Link |
---|---|
Latest commit | 6e87e1ff15362a7540a06ee7bebd75b1c2857737 |
Latest deploy log | https://app.netlify.com/sites/vector-project/deploys/63175d8d76596000092318e6 |
Deploy Preview | https://deploy-preview-14291--vector-project.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Closing this as this is not the approach we would need to take to solve the problem and there has been no further changes to move towards that.