Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

The path from the uri specifies the node in the ZooKeeper server (aka znode) that will be the target of the endpoint.

Options

Div
classconfluenceTableSmall

Name

Default Value

Description

path

 

The node in the ZooKeeper server (aka znode)

listChildren

false

Whether the children of the node should be listed

repeat

false

Should changes to the znode be 'watched' and repeatedly processed.

backoff

5000

The time interval to backoff for after an error before retrying.

timeout

5000

The time interval to wait on connection before timing out.

create

false

Should the endpoint create the node if it does not currently exist.

createMode

EPHEMERAL

The create mode that should be used for the newly created node (see below).

sendEmptyMessageOnDelete

true

Camel 2.10: Upon the delete of a znode, should an empty message be send to the consumer

Wiki Markup
{div:class=confluenceTableSmall} || Name || Default Value || Description || | {{path}} | | The node in the ZooKeeper server (aka znode) | | {{listChildren}} | {{false}} | Whether the children of the node should be listed | | {{repeat}} | {{false}} | Should changes to the znode be 'watched' and repeatedly processed. | | {{backoff}} | {{5000}} | The time interval to backoff for after an error before retrying. | | {{timeout}} | {{5000}} | The time interval to wait on connection before timing out. | | {{create}} | {{false}} | Should the endpoint create the node if it does not currently exist. | | {{createMode}} | {{EPHEMERAL}} | The create mode that should be used for the newly created node (see below). | | {{sendEmptyMessageOnDelete}} | {{true}} | *Camel 2.10:* Upon the delete of a znode, should an empty message be send to the consumer | {div}

Use cases

Reading from a znode.

...