brainlag / JavaNSQClient

Fast Java client for NSQ
MIT License
90 stars 57 forks source link

Adds URL encoding to DefaultNSQLookup to handle ephemeral topics #22

Closed klucar closed 8 years ago

klucar commented 8 years ago

Topics can have #ephemeral in their names. This URL encodes the topic names so the lookup URL is correct.

brainlag commented 8 years ago

Thx for the PR.