docs: add changelog for pr 13070

This commit is contained in:
zmstone 2024-05-21 09:27:12 +02:00
parent 331d44a78a
commit 7696f78d07
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Improve Kafka connector error logs.
Previously, specific error details, such as unreachable advertised listeners, were not logged.
Now, error details are captured in the logs to provide more diagnostic information.
To manage log verbosity, only the first occurrence of an error is logged, accompanied by the total count of similar errors.