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

Decouple common azure connector settings from handlers' settings #33

Merged

Conversation

stoyan-zoubev
Copy link
Contributor

[#19] Decouple common Azure connector settings from message handlers' settings

  • AzureSettings struct now contains only general azure connector settings
  • message handlers' specific settings and flags (e.g.passthrough topics) moved to cmd/azure-connector/config.go file

Signed-off-by: Stoyan Zoubev [email protected]

…eneral azure connector settings

- AzureSettings struct contains only general azure connector settings
- message handlers' specific settings and flags (e.g.passthrough topics) moved to cmd/azure-connector/config.go file

Signed-off-by: Stoyan Zoubev <[email protected]>
Copy link

@hristobojilov hristobojilov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move all flags creation back to flags package.

- test method renamed
- fixed a typo

Signed-off-by: Stoyan Zoubev <[email protected]>
@e-grigorov
Copy link
Contributor

Please move all flags creation back to flags package.

These flags are specific for this concrete main i.e. if azure connector is reused with another main, they can be replaced.

@e-grigorov e-grigorov merged commit b5c9ea9 into eclipse-kanto:main Oct 24, 2022
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

Successfully merging this pull request may close these issues.

Decouple common Azure connector settings from message handlers' settings
3 participants