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

[Bug]: Delete the consumer when delete topic #4308

Open
fraidev opened this issue Jan 3, 2025 · 0 comments
Open

[Bug]: Delete the consumer when delete topic #4308

fraidev opened this issue Jan 3, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@fraidev
Copy link
Contributor

fraidev commented Jan 3, 2025

When deleting a topic with consumers, their consumer should also be deleted.

Steps for the bug:

▷ flvd consumer list
  CONSUMER       TOPIC                                 PARTITION  OFFSET  LAST SEEN
  test-consumer  0689fe79-75d8-4346-9ab8-63a70de714e7  0          1       8s

▷ flvd topic list                                                                                                                                       $! add_offset_management_integration
  NAME                                  TYPE      PARTITIONS  REPLICAS  RETENTION TIME  COMPRESSION  DEDUPLICATION  STATUS                   REASON
  foobar                                computed  1           1         7days           any          none           resolution::provisioned
  0689fe79-75d8-4346-9ab8-63a70de714e7  computed  1           1         7days           any          none           resolution::provisioned

▷ flvd topic delete 0689fe79-75d8-4346-9ab8-63a70de714e7
topic "0689fe79-75d8-4346-9ab8-63a70de714e7" deleted

▷ flvd topic list
  NAME                                  TYPE      PARTITIONS  REPLICAS  RETENTION TIME  COMPRESSION  DEDUPLICATION  STATUS                   REASON
  foobar                                computed  1           1         7days           any          none           resolution::provisioned

~/workspace/infinyon/fluvio-client-python
▷ flvd consumer list
  CONSUMER       TOPIC                                 PARTITION  OFFSET  LAST SEEN
  test-consumer  0689fe79-75d8-4346-9ab8-63a70de714e7  0          1       42s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant