@@ -451,11 +451,11 @@ The `stream info` command shows useful information about the stream, as shown (w
451
451
[source,bash]
452
452
----
453
453
dataflow:>stream info ticktock
454
- ╔═══════════╤═════════════════╤══════════╗
455
- ║Stream Name│Stream Definition│ Status ║
456
- ╠═══════════╪═════════════════╪══════════╣
457
- ║ticktock │time | log │undeployed║
458
- ╚═══════════╧═════════════════╧══════════╝
454
+ ╔═══════════╤═════════════════╤═══════════╤══════════ ╗
455
+ ║Stream Name│Stream Definition│Description│ Status ║
456
+ ╠═══════════╪═════════════════╪═══════════╪══════════ ╣
457
+ ║ticktock │time | log │ │ undeployed║
458
+ ╚═══════════╧═════════════════╧═══════════╧══════════ ╝
459
459
----
460
460
====
461
461
@@ -483,20 +483,31 @@ The following listing shows the exposed properties for the `time` application:
483
483
[source,bash,options="nowrap"]
484
484
----
485
485
dataflow:> app info --name time --type source
486
+ Information about source application 'time':
487
+ Version: '3.2.1':
488
+ Default application version: 'true':
489
+ Resource URI: maven://org.springframework.cloud.stream.app:time-source-rabbit:3.2.1
486
490
╔══════════════════════════════╤══════════════════════════════╤══════════════════════════════╤══════════════════════════════╗
487
491
║ Option Name │ Description │ Default │ Type ║
488
492
╠══════════════════════════════╪══════════════════════════════╪══════════════════════════════╪══════════════════════════════╣
489
- ║trigger.time-unit │The TimeUnit to apply to delay│<none> │java.util.concurrent.TimeUnit ║
490
- ║ │values. │ │ ║
491
- ║trigger.fixed-delay │Fixed delay for periodic │1 │java.lang.Integer ║
492
- ║ │triggers. │ │ ║
493
- ║trigger.cron │Cron expression value for the │<none> │java.lang.String ║
494
- ║ │Cron Trigger. │ │ ║
495
- ║trigger.initial-delay │Initial delay for periodic │0 │java.lang.Integer ║
496
- ║ │triggers. │ │ ║
497
- ║trigger.max-messages │Maximum messages per poll, -1 │1 │java.lang.Long ║
498
- ║ │means infinity. │ │ ║
499
- ║trigger.date-format │Format for the date value. │<none> │java.lang.String ║
493
+ ║spring.integration.poller.max-│Maximum number of messages to │<none> │java.lang.Integer ║
494
+ ║messages-per-poll │poll per polling cycle. │ │ ║
495
+ ║spring.integration.poller.fixe│Polling rate period. Mutually │<none> │java.time.Duration ║
496
+ ║d-rate │exclusive with 'fixedDelay' │ │ ║
497
+ ║ │and 'cron'. │ │ ║
498
+ ║spring.integration.poller.fixe│Polling delay period. Mutually│<none> │java.time.Duration ║
499
+ ║d-delay │exclusive with 'cron' and │ │ ║
500
+ ║ │'fixedRate'. │ │ ║
501
+ ║spring.integration.poller.rece│How long to wait for messages │1s │java.time.Duration ║
502
+ ║ive-timeout │on poll. │ │ ║
503
+ ║spring.integration.poller.cron│Cron expression for polling. │<none> │java.lang.String ║
504
+ ║ │Mutually exclusive with │ │ ║
505
+ ║ │'fixedDelay' and 'fixedRate'. │ │ ║
506
+ ║spring.integration.poller.init│Polling initial delay. Applied│<none> │java.time.Duration ║
507
+ ║ial-delay │for 'fixedDelay' and │ │ ║
508
+ ║ │'fixedRate'; ignored for │ │ ║
509
+ ║ │'cron'. │ │ ║
510
+ ║time.date-format │Format for the date value. │MM/dd/yy HH:mm:ss │java.lang.String ║
500
511
╚══════════════════════════════╧══════════════════════════════╧══════════════════════════════╧══════════════════════════════╝
501
512
----
502
513
====
@@ -507,6 +518,10 @@ The following listing shows the exposed properties for the `log` application:
507
518
[source,bash,options="nowrap"]
508
519
----
509
520
dataflow:> app info --name log --type sink
521
+ Information about sink application 'log':
522
+ Version: '3.2.1':
523
+ Default application version: 'true':
524
+ Resource URI: maven://org.springframework.cloud.stream.app:log-sink-rabbit:3.2.1
510
525
╔══════════════════════════════╤══════════════════════════════╤══════════════════════════════╤══════════════════════════════╗
511
526
║ Option Name │ Description │ Default │ Type ║
512
527
╠══════════════════════════════╪══════════════════════════════╪══════════════════════════════╪══════════════════════════════╣
0 commit comments