cloudfoundry / cloudfoundry/cf-java-client
recentLogs in DopplerClient does not work anymore since loggregator-release v107.0.0
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 334
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
With loggregator-release v107.0.0 the RecentLogsHandler was removed from the trafficcontroller and is therefore not available anymore in the doppler endpoint. Users of the cf-java-client using the DopplerClient should use the LogCacheClient instead.
The recentLogs method should be deprecated and removed from the client.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review cloudfoundry-client/src/main/java/org/cloudfoundry/doppler/DopplerClient.java, especially recentLogs, and compare it with cloudfoundry-client/src/main/java/org/cloudfoundry/logcache/v1/LogCacheClient.java. Trace references to recentLogs and confirm that done means the obsolete method is deprecated and removed from the client.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100