This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2285 from aiven/inc-623-kstream-customer-facing-m…
…essage customer facing recommendation to prevent KStream data write issue
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
docs/products/kafka/reference/kstream-data-write-issue.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Resolving data write issue on Apache Kafka® Streams 3.6.0 | ||
========================================================= | ||
|
||
Issue description | ||
------------------ | ||
If you are encountering an ``UNKNOWN_SERVER_ERROR`` while producing data using Apache Kafka® Streams version 3.6.0, it may result in the prevention of data writing. This issue has been identified and logged in the Apache Kafka® project's issue tracker with the reference: `Kafka-15653 <https://issues.apache.org/jira/browse/KAFKA-15653>`_. | ||
|
||
This could lead to errors in broker logs as, | ||
|
||
.. code-block:: bash | ||
"Error processing append operation on partition XXXX (kafka.server.ReplicaManager) java.lang.NullPointerException." | ||
Solution | ||
-------- | ||
To address this issue, it is recommended to upgrade your Apache Kafka® Streams clients to version 3.6.1. This version contains the necessary fixes to resolve the ``UNKNOWN_SERVER_ERROR``. | ||
|
||
|
||
.. Note:: | ||
If the issue persists even after upgrading Apache Kafka® Streams to 3.6.1 version, please reach out to our support team for further assistance. |