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]: CDK allow multiple deployment with same name #3909

Open
sehz opened this issue Mar 21, 2024 · 0 comments
Open

[Bug]: CDK allow multiple deployment with same name #3909

sehz opened this issue Mar 21, 2024 · 0 comments
Labels
bug Something isn't working DX/CDK Connector Developer Kit help wanted Good issue for community involvement

Comments

@sehz
Copy link
Contributor

sehz commented Mar 21, 2024

What happened
cdk allow duplicate deployment

Expected behavior
cdk should not allow multiple deployment to run

Describe the setup
open source fluvio using local install version 0.11.5

How to reproduce it (as minimally and precisely as possible)

  1. Start Kafka connector
  2. Start same connector

This result in cdk deployment like this:

$ cdk deploy list
 NAME       STATUS  
 c1  Stopped 
 c1  Stopped 

Environment (please complete the following information):

  • OS: [Linux Ubuntu]
  • Fluvio Version [0.11.5]
@sehz sehz added the bug Something isn't working label Mar 21, 2024
@digikata digikata added the help wanted Good issue for community involvement label Mar 21, 2024
@digikata digikata added help wanted Good issue for community involvement DX/CDK Connector Developer Kit and removed help wanted Good issue for community involvement labels Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working DX/CDK Connector Developer Kit help wanted Good issue for community involvement
Projects
None yet
Development

No branches or pull requests

2 participants