Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all bolts should take configurations from Map conf #30

Closed
mox601 opened this issue Oct 2, 2013 · 1 comment
Closed

all bolts should take configurations from Map conf #30

mox601 opened this issue Oct 2, 2013 · 1 comment
Assignees

Comments

@mox601
Copy link
Collaborator

mox601 commented Oct 2, 2013

Without doing things like this:

this.pool = new JedisPool(new JedisPoolConfig(), "localhost");

In this way, all configurations are set and passed in at topology construction time.

@Dani7B
Copy link
Owner

Dani7B commented Oct 3, 2013

Modified RedisPublisherBolt, RedisUserPublisherBolt and Rtwuptopology in order to have these bolts take configurations from Map conf

@Dani7B Dani7B closed this as completed Oct 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants