Skip to main content

Home

Setting multiple insight consumers

You can set multiple insight consumer threads in the insights topic worker using the com.unraveldata.insights.consumers property.

  1. Stop Unravel.

    <Unravel installation directory>/unravel/manager stop
    
  2. Set the com.unraveldata.insights.consumers property.

    <Unravel installation directory>/unravel/manager config properties set com.unraveldata.insights.consumers <the insight consumer value in integer> 
    

    For example: /opt/unravel/manager config properties set com.unraveldata.insights.consumers 5

  3. Apply the changes.

    <Unravel installation directory>/unravel/manager config apply
    
  4. Start Unravel.

    <Unravel installation directory>/unravel/manager start