Skip to content

docs: add bulk writer retry example - #107

Merged
evenyag merged 2 commits into
mainfrom
agent/bulk-writer-retry-example
Jul 29, 2026
Merged

docs: add bulk writer retry example#107
evenyag merged 2 commits into
mainfrom
agent/bulk-writer-retry-example

Conversation

@evenyag

@evenyag evenyag commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

What changed

  • add a complete bulk stream writer retry quickstart
  • rebuild the writer and Arrow buffer before replaying an unacknowledged batch
  • retry bounded public transient statuses with exponential backoff and jitter
  • document at-least-once delivery behavior
  • link the example from the examples README

Why

Bulk stream failures caused by transient network outages or pod restarts require rebuilding the stream before retrying. The example shows a safe public pattern without exposing internal retry metadata.

Validation

  • mvn -pl ingester-example spotless:check
  • mvn -pl ingester-example -am -DskipTests compile
  • git diff --check

Signed-off-by: evenyag <realevenyag@gmail.com>
@evenyag

evenyag commented Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 👍

Reviewed commit: a63879ba55

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@evenyag
evenyag marked this pull request as ready for review July 29, 2026 03:27

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a63879ba55

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@fengjiachun fengjiachun left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: evenyag <realevenyag@gmail.com>
@evenyag

evenyag commented Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Delightful!

Reviewed commit: 7eb3c80a22

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@evenyag
evenyag merged commit 46429d0 into main Jul 29, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants