Microsoft Graph API batching in Java stuck for more than 10 batch steps

Aditya Mehetre 30 Reputation points
2024-08-25T14:45:22.77+00:00

I have upgraded microsoft-graph maven dependency to 6.4.0 to perform batching with reference https://learn.microsoft.com/en-us/graph/sdks/batch-requests?tabs=java. When I use batchSize as 2 or 5, it works fine. But if I increase the size to 10 or 20, it gets stuck.(for the execution on line graphServiceClient.getBatchRequestBuilder().post(batchRequestContent, null); ). how can I investigate the issue or what is going wrong here?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,035 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Aditya Mehetre 30 Reputation points
    2024-09-08T05:45:37.7233333+00:00

    This was a bug. It is fixed in version 6.4.14

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.