Skip to content

Commit

Permalink
Implemented LWT support
Browse files Browse the repository at this point in the history
  • Loading branch information
aperepel committed Jan 22, 2016
1 parent 3b041a2 commit 741c470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
- `PutMQTT` (Doh, but I want to get `GetMQTT` solid, after which it will be easy to refactor common code)
- No action taken on the client side to guarantee QoS 2, limited support
- Only TCP support, no SSL or WebSockets
- Last Will Topics
- ~~Last Will Topics~~ Done.

## Notes:
- The `GetMQTT` processor will not allow raising its concurrency beyond 1. This was an *explicit design choice*.
If you were pulling your hair trying to change it in the UI, don't worry, it's not you! Filed a https://issues.apache.org/jira/browse/NIFI-1427 .
It is recommended one creates additional `GetMQTT` instances on the canvas with more specific subscription filters if
needed, throughput is not an issue.
- For Last Will Topics the payload must be a String, no binary support. This makes sense, as we are configuring things via a UI.
- For Last Will Topics the payload must be a String, no binary support. This makes sense, as we are configuring things via a UI.

0 comments on commit 741c470

Please sign in to comment.