Skip to content

Configuration

Thomas Pellegatta edited this page Nov 3, 2017 · 1 revision

Add remote broker

Broker side

Edit kafka server properties

Client side

  • Edit turbo workflow json (ie: serie.json / parallelized.json)

"brokerServerList" : [IP_BROKER_SERVER],

  • Edit producer (ie: simple-producer.php)

$brokers = IP_BROKER_SERVER

Clone this wiki locally