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

Add Spring Boot auto-configuration of all Azure Spring supported SDK clients #23849

Conversation

saragluna
Copy link
Member

@saragluna saragluna commented Aug 31, 2021

As subject. This PR will try to:

  1. Add auto-configuration of all supported sdk clients
  2. Make auto-configuration properties as complete as possible.
  3. Support all authentication methods that each service/client supports.
  4. Include health indicators.

There're still some todos left in this PR:

  • Move Resource resolver to azure-spring-cloud-core.
  • Enable auto-configuration the resource pattern resolver.
  • Allow auto-configure separate event hub consumer and producer using two event hub namespaces.
  • The default token credential could accept an HTTP client.
  • Use non-primitive type in the properties
  • Most of our health indicators should be org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator to take advantage of our SDK's reactive nature.
  • Use BootstrapContext to early register the kv client bean.
  • Figure out an elegant way to merge properties.
  • Use resource manager to provide connection info for third-party services/libraries, such as Kafka, Redis, or MySQL on Azure.
  • Would ConnectionStringProperties be a problem when using Java Jigsaw?

@ghost ghost added the azure-spring All azure-spring related issues label Aug 31, 2021
@saragluna saragluna marked this pull request as draft August 31, 2021 14:21
@saragluna saragluna force-pushed the xiada/feature/auto-configuration branch 3 times, most recently from 48c2956 to 9508712 Compare September 2, 2021 06:15
@azure-pipelines

This comment has been minimized.

@saragluna

This comment has been minimized.

@azure-pipelines

This comment has been minimized.

@saragluna

This comment has been minimized.

@azure-pipelines

This comment has been minimized.

@saragluna
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure-spring All azure-spring related issues
Projects
None yet
2 participants