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

is it possible to name the buckets with real names and not hash? #148

Open
yanivbhemo opened this issue Jul 27, 2020 · 5 comments
Open

is it possible to name the buckets with real names and not hash? #148

yanivbhemo opened this issue Jul 27, 2020 · 5 comments

Comments

@yanivbhemo
Copy link

yanivbhemo commented Jul 27, 2020

Hi,
Is it possible to name the buckets created with custom names and not generated hash?

Thanks!

@rogalv
Copy link
Collaborator

rogalv commented Jul 28, 2020

Hi Yaniv,

take a look at #120 - is it the same idea - to add some custom prefix to the bucket name? It is planned for the future release.

@yanivbhemo
Copy link
Author

Hi @rogalv,
First of all, thank you so much for the ongoing support!
Two more questions:

  1. Is there any approx. time for the release?
  2. Will it be possible to just use the service name (bucket name) without the guid (hash)? and if so - to avoid duplications.

Thank you!

@rogalv
Copy link
Collaborator

rogalv commented Jul 28, 2020

  1. No clear date, but I'd expect it to be at around end of august.
  2. Current idea is to keep random guid as part of name - to avoid duplications - so the name will look like [broker prefix]-[optional custom binding prefix]-[guid]. Do you suggest to have an option to fully override bucket name?

@yanivbhemo
Copy link
Author

I would suggest that yes, avoid the hash and I will explain why :
The current use-case we are working on is for 1000X buckets, in that quantity duplications at the service name will happen and I would like to avoid that. The guid will let that happen. And if so I will need to search for the right guid.

@rogalv
Copy link
Collaborator

rogalv commented Aug 24, 2020

Hi @yanivbhemo , take a look at release 2.0.1 - it includes custom name prefix for instances and bindings (#120 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants