Атрибут Расположение-свойства Spring XD

Я попытался создать поток с этим определением:

stream create --name test3 --definition "jms  --destination=test3 --pubSub=true --subscriptionName=test3 --durableSubscription=true --clientId=cbda83 --outputType=text/plain | filter --script=file:/opt/bidpwr/app_config/spring_xd/fleet/startstop/ready1.groovy --properties-location=file:/opt/bidpwr/app_config/spring_xd/fleet/common/fleet_config.properties --inputType=application/json --outputType=application/json | log" 

И это бросило эту ошибку:

Command failed org.springframework.xd.rest.client.impl.SpringXDException: Error with option(s) for module filter of type processor:
    properties-location: option named 'properties-location' is not supported

Я просмотрел документацию, но не мог понять, почему она не работает.

Когда я бегу "info"Я не вижу --properties-location атрибут указан либо:

xd:>module info processor:filter


Information about processor module 'filter':

  Option Name  Description                                                      Default  Type
  -----------  ---------------------------------------------------------------  -------  --------
  expression   a SpEL expression to evaluate as a predicate                     <none>   String
  script       location of a groovy script to use as a predicate to the filter  <none>   String
  outputType   how this module should emit messages it produces                 <none>   MimeType
  inputType    how this module should interpret messages it consumes            <none>   MimeType

Есть идеи, как это решить?

0 ответов

Другие вопросы по тегам