Questions tagged [spring-cloud-azure]

12 questions
1
vote
1 answer

Connecting to Azure Service bus using spring-cloud-azure-starter-servicebus-jms

I am trying to follow microsoft documentation on connecting to azure service bus using spring-cloud-azure-starter-servicebus-jms. Ref but no luck . Pom file :
1
vote
2 answers

How to integrate a Spring Boot Java app with Outlook calendar for MS personal account users?

Idea is to build a Spring Boot Java app with which we can get MS Outlook personal account holder's calendar data, say upcoming events. Based on initial research I found out that MS-Graph API is the answer for the same, and I started with this…
1
vote
1 answer

Spring cloud azure kafka binding with multiple eventhub namespace

Got to know, how to configure spring cloud with eventhub kafka to send and receive message in a same namespace as…
1
vote
1 answer

Spring: Azure Feature Manager Feature toggles Microsoft.Targeting bean not found

I am currently having a problem with the Azure feature manager. I used the following tutorial to add a feature toggle to my application: Link This is working fine as long as we are talking about a manually set feature flag. As soon as the type of…
Junge
  • 437
  • 6
  • 14
1
vote
1 answer

spring-cloud-azure-feature-management with application.yaml

I am attempting to implement a quick feature flag solution for my teams that run both .net core and java spring boot. I was able to easily get a solution running with .net core using feature-management and was excited to see the spring equivalent…
0
votes
1 answer

NoSuchFieldError: Companion for azure.application-insights

Currently migrating my spring-boot app to use the latest compatibile version for JDK 8. I'm currently receiving this error when running the spring-boot-app ightsTelemetryAutoConfiguration': Unsatisfied dependency expressed through constructor…
0
votes
2 answers

AAD Token authentication in RestApi Spring boot 3

I would like to allow resources access in my RestApi Spring Boot 3 application by bearer token received from Azure AD. POM: org.springframework.boot
0
votes
1 answer

Using Azure event hubs stream, max-attempts not working

I use "spring-cloud-azure-stream-binder-eventhubs" for event hubs development. Now when I deal with consumers, there may be some business exceptions. my config stream: function: definition: consumer bindings: …
0
votes
2 answers

azure-spring-boot for springboot 2.6.3

We have recently upgraded spring boot from 2.4.3 to 2.6.3 and spring-cloud.version to "2021.0.1". Can some one help pls here how I can find suitable azure spring dependencies which is compatible for spring 2.6.3 and spring-cloud.version to…
Dinesh
  • 11
  • 1
0
votes
1 answer

Spring Batch and Azure Cosmos DB

I am planning to use Spring Batch on Azure as a serverless and looking to explore the Cosmos DB to store and manipulate the data. Can I still use the Spring Batch Metadata tables with the COSMOS DB? If not, where to store the Spring Batch Metadata…
Jeff Cook
  • 7,956
  • 36
  • 115
  • 186
0
votes
1 answer

KafkaTopicProvisioner - Failed to create topics

KafkaTopicProvisioner - Failed to create topics 2021-04-27T08:48:12.806690772Z org.apache.kafka.common.errors.PolicyViolationException: The service was unable to process the request; please retry the operation. For more information on exception…
0
votes
1 answer

Spring Cloud Stream Kafka Binder and Spring Cloud Azure EventHub compatible version for Spring Boot >1.5.20

I have successfully used Spring Cloud Stream Kafka Binder (org.springframework.cloud:spring-cloud-starter-stream-kafka:3.0.1.RELEASE) and Spring Cloud Azure Event Hubs (com.microsoft.azure:spring-cloud-starter-azure-eventhubs:1.2.3) with Spring Boot…