Skip to content

feat: Add a batch status update endpoint#679

Open
evanh wants to merge 6 commits into
mainfrom
evanh/fix/support-batched-status-updates
Open

feat: Add a batch status update endpoint#679
evanh wants to merge 6 commits into
mainfrom
evanh/fix/support-batched-status-updates

Conversation

@evanh
Copy link
Copy Markdown
Member

@evanh evanh commented Jun 5, 2026

Implement the batch status update endpoint defined in the protos. Batches of updates are separated by the status, and whether there are retry values that need to be updated. Each of those groups are updated in a separate query. Updates that require changing retry or delay values are updated individually.

Implement the batch status update endpoint defined in the protos. Batches of updates are separated
by the status, and whether there are retry values that need to be updated. Each of those groups are
updated in a separate query. Updates that require changing retry or delay values are updated
individually.
@evanh evanh requested a review from a team as a code owner June 5, 2026 16:44
Comment thread src/grpc/server.rs
Comment thread src/grpc/server.rs
Comment thread src/grpc/server.rs Outdated
Comment thread src/grpc/server.rs
Comment thread src/grpc/server.rs
Comment thread src/grpc/server.rs
Comment thread src/grpc/server.rs Outdated
Comment thread src/grpc/server.rs
Comment thread src/grpc/server.rs
Comment thread src/grpc/server.rs
rdkafka-sys 4.10.0+2.12.1 bundles librdkafka 2.12.1, which includes
<curl/curl.h> in rdkafka_conf.c (for OAUTHBEARER OIDC support) even when
configured with -DWITH_CURL=0. The ubuntu-latest runners lack the curl
dev headers, so the static build fails with 'curl/curl.h: No such file
or directory'.

Install libcurl4-openssl-dev in every job that compiles the crate so
the bundled librdkafka build can find the header.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 4cd0bbb. Configure here.

Comment thread src/grpc/server.rs
Comment thread src/grpc/server.rs
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.

1 participant