Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Issue with Get Queue entries

Open
#130 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
java
Domain
api

Research direction

Start with the Get Queue Entries endpoint and the referenced AdminApi.java implementation around line 103, then compare its behavior with AdminResource.java around line 177. Confirm whether the client drops a streamed response and, if so, make the queue entries available to callers rather than returning only the status code.

Written by the indexing model from the issue text.

Description

The Get Queue Entries endpoint returns a streamed response I believe (See this line). However, the Java client does not support this and only returns the status code See this line. This needs to be investigated further and fixed if required.

Dominant language
Java
Stars
35
Forks
67
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from killbill/killbill-client-java

All issues in killbill/killbill-client-java

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.