-
Notifications
You must be signed in to change notification settings - Fork 2
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
[ISSUE-59] Adding the possibility of pass a custom prefix for Google PubSub #89
Conversation
984acdf
to
8d82df0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @KristianLentinoCT for picking this up.
I left two minor comments, you will also need to fix the pipeline due to mima exceptions (the plugin if too strict, we know...).
The error messages will guide you on how to fix that, just reach out if you need help.
gcp/pubsub/src/main/scala/com/commercetools/queue/gcp/pubsub/PubSubAdministration.scala
Outdated
Show resolved
Hide resolved
gcp/pubsub/src/main/scala/com/commercetools/queue/gcp/pubsub/PubSubConfig.scala
Outdated
Show resolved
Hide resolved
878ae28
to
c786c70
Compare
5b93fba
to
4196609
Compare
4196609
to
f34e140
Compare
d667bda
to
ac2933d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 💯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks for the contribution! 💯
Like requested on this issue I'm here to propose a way to let the user customize the prefix for Google PubSub subscriptions, while keeping the default value as it is inside the companion object of the new
PubSubConfig
case class.Let me know your thoughts!