You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ComponentConfigurationDeclarer exposes specific config method for spout/bolt components. they currently use the same Config object as the topology config.
for example
num_tasks N does not work in the topology bolt definition and it should.
a work around is to use the related config attribute: set "topology.tasks", N
The text was updated successfully, but these errors were encountered:
ComponentConfigurationDeclarer exposes specific config method for spout/bolt components. they currently use the same Config object as the topology config.
for example
num_tasks N
does not work in the topology bolt definition and it should.a work around is to use the related config attribute:
set "topology.tasks", N
The text was updated successfully, but these errors were encountered: