You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A materialized topic schema is <input_topic>.$<destination_topic>$ , so if two different coprocessors produce on the same destination_topic for which those records originated from the same input_topic, those two writes will race to the same underlying log and crash redpanda.
Long term solution would be to namespace the materialized_topic schema with the script_id.
Short term proposal is to perform a possibly expensive check before writing to a materialized log
The text was updated successfully, but these errors were encountered:
A materialized topic schema is <input_topic>.$<destination_topic>$ , so if two different coprocessors produce on the same destination_topic for which those records originated from the same input_topic, those two writes will race to the same underlying log and crash redpanda.
Long term solution would be to namespace the materialized_topic schema with the script_id.
Short term proposal is to perform a possibly expensive check before writing to a materialized log
The text was updated successfully, but these errors were encountered: