Skip to content

feat(operator): static membership#346

Open
bmcquilkin-sentry wants to merge 1 commit into
bmcquilkin/operator/podsfrom
bmcquilkin/operator/membership
Open

feat(operator): static membership#346
bmcquilkin-sentry wants to merge 1 commit into
bmcquilkin/operator/podsfrom
bmcquilkin/operator/membership

Conversation

@bmcquilkin-sentry

@bmcquilkin-sentry bmcquilkin-sentry commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Adds static membership to consumers (and also adds some type fix mypy was complaining about).

@bmcquilkin-sentry
bmcquilkin-sentry requested a review from a team as a code owner July 22, 2026 00:01

@cursor cursor 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.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

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 cfec667. Configure here.

)
def test_build_kafka_consumer_config(
source_config: StepConfig,
source_config: KafkaConsumerConfig,

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Tests ignore static membership env

Low Severity

test_build_kafka_consumer_config asserts exact override_params but never clears STREAMS_KAFKA_GROUP_INSTANCE_ID. After this change, build_kafka_consumer_config injects group.instance.id from that env var, so these cases fail whenever it is set. The newer static-membership tests already use monkeypatch.delenv, so this looks like a missed update.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cfec667. Configure here.

@linear-code

linear-code Bot commented Jul 22, 2026

Copy link
Copy Markdown

STREAM-1644

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