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

Document limitation of long-polling job activation via REST API #4375

Open
koevskinikola opened this issue Oct 1, 2024 · 1 comment · Fixed by #4426
Open

Document limitation of long-polling job activation via REST API #4375

koevskinikola opened this issue Oct 1, 2024 · 1 comment · Fixed by #4426
Assignees
Labels
component:zeebe Issues related with Zeebe project kind/bug Issues related with bugs in the documentation target:8.6 Issues included in the 8.6 release

Comments

@koevskinikola
Copy link
Member

koevskinikola commented Oct 1, 2024

Description

The Camunda Java client 8.6.0 can perform long polling job activation via the Camunda REST API.

However, due to a limitation of the embedded HTTP client, the Camunda Java client is unable to maintain a long-polling connection via REST API (i.e. HTTP 1.1) when:

  • Jobs larger than the maximum message size are sent in batches
  • Additional job activation requests/connections are received and closed

See bug report for more details.

@koevskinikola koevskinikola added kind/bug Issues related with bugs in the documentation component:zeebe Issues related with Zeebe project target:8.6 Issues included in the 8.6 release labels Oct 1, 2024
@koevskinikola koevskinikola self-assigned this Oct 1, 2024
@tmetzke tmetzke linked a pull request Oct 8, 2024 that will close this issue
9 tasks
@tmetzke
Copy link
Member

tmetzke commented Oct 8, 2024

Reopening so we can still tackle the improvement ideas detailed in #4376

@tmetzke tmetzke reopened this Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:zeebe Issues related with Zeebe project kind/bug Issues related with bugs in the documentation target:8.6 Issues included in the 8.6 release
Projects
None yet
2 participants