redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!

Home Page:https://redpanda.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[v24.1.x] producer_state: add request::set_error and make it idempotent

vbotbuildovich opened this issue · comments

Backport #19783 to branch v24.1.x. Note that this issue was created as a placeholder, since the original PR's commit(s) could not be automatically cherry-picked.
Here are the commands to execute:

git checkout v24.1.x
git checkout -b vbotbuildovich/backport-19783-v24.1.x-302
git cherry-pick -x 110002cf4950f73de89abf6bcd782700aca0891d 5fe079a2fedac63c4cd6fef2618746856b48eb37 7579cf1633e1b8e2e031afacec777085ffb03811 7719140e3ad316d3b8cde523b61f7601a7389bcf

git push origin vbotbuildovich/backport-19783-v24.1.x-302
gh pr create \
  --title "[v24.1.x] producer_state: add request::set_error and make it idempotent " \
  --base "v24.1.x" \
  --label "kind/backport" \
  --head "vbotbuildovich/backport-19783-v24.1.x-302" \
  --draft \
  --repo "redpanda-data/redpanda" \
  --milestone "v24.1.x-next" \
  --body "Backport of PR https://github.com/redpanda-data/redpanda/pull/19783 "

JIRA Link: [CORE-4194](https://redpandadata.atlassian.net/browse/CORE-4194)

Fixed by #21524