diff --git a/changes/ee/fix-13070.en.md b/changes/ee/fix-13070.en.md new file mode 100644 index 000000000..e73cca3cf --- /dev/null +++ b/changes/ee/fix-13070.en.md @@ -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.