Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't set consumer group #24

Closed
zeyaddeeb opened this issue Apr 27, 2024 · 1 comment
Closed

Can't set consumer group #24

zeyaddeeb opened this issue Apr 27, 2024 · 1 comment

Comments

@zeyaddeeb
Copy link

Description

I cant add a consumer group name for my stream

Steps to Reproduce

let mut consumer_opt = SeaConsumerOptions::new(ConsumerMode::RealTime);
consumer_opt.set_consumer_group(ConsumerGroup::new("test".to_owned()))?;

Expected Behavior

cargo run 

Actual Behavior

Error: Consumer group is set; but not expected

Reproduces How Often

N/A

Versions

0.5.0

Additional Information

@tyt2y3
Copy link
Member

tyt2y3 commented Apr 29, 2024

ConsumerGroup only applies to LoadBalanced or Resumable

@tyt2y3 tyt2y3 closed this as completed Apr 29, 2024
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

No branches or pull requests

2 participants