Skip to content

Commit 832a64b

Browse files
committed
Reference Doppler and shared nothing architecture
1 parent d26c57b commit 832a64b

File tree

1 file changed

+4
-1
lines changed
  • cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications

1 file changed

+4
-1
lines changed

cloudfoundry-operations/src/main/java/org/cloudfoundry/operations/applications/Applications.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,10 @@ public interface Applications {
127127
Flux<LogMessage> logs(LogsRequest request);
128128

129129
/**
130-
* List the applications logs. Uses Log Cache under the hood.
130+
* List the applications logs.
131+
* Uses Log Cache under the hood when {@link ApplicationLogsRequest#getRecent()} is {@code true}.
132+
* Streaming logs still use Doppler, which is not available in deployments following
133+
* <a href="https://docs.cloudfoundry.org/loggregator/architecture.html#shared-nothing-architecture">shared-nothing architecture</a>.
131134
*
132135
* @param request the application logs request
133136
* @return the applications logs

0 commit comments

Comments
 (0)