-
Notifications
You must be signed in to change notification settings - Fork 627
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #187 from haio/patch
Producer support `requireAcks` option
- Loading branch information
Showing
8 changed files
with
55 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
# kafka-node CHANGELOG | ||
|
||
## 2015-04-01, Version 0.2.25 | ||
- Producer support `requireAcks` option [#187](https://github.com/SOHU-Co/kafka-node/pull/187) | ||
- Update examples [#185](https://github.com/SOHU-Co/kafka-node/pull/185) | ||
|
||
## 2015-03-20, Version 0.2.24 | ||
- Bump deps | ||
- Refresh metadata after auto rebalance among brokers #180 | ||
- Initialize partition owner with consumerId #178 | ||
- Refresh metadata after auto rebalance among brokers [#180](https://github.com/SOHU-Co/kafka-node/pull/180) | ||
- Initialize partition owner with consumerId [#178](https://github.com/SOHU-Co/kafka-node/pull/178) | ||
|
||
## 2015-03-17, Version 0.2.23 | ||
- Fix #175: Refresh topic metadata in Producer when broker change | ||
- Fix [#175](https://github.com/SOHU-Co/kafka-node/issues/175): Refresh topic metadata in Producer when broker change | ||
- Refactor Client#refreshMetadata method | ||
- Add the missing semicolons, no offense, just keep style. | ||
- Fix #170: In case of `offsetOutOfRange`, the consumer should be paused. | ||
- Fix #169: When paused why try to fetch every 1000 ms? | ||
- Fix [#170](https://github.com/SOHU-Co/kafka-node/issues/170): In case of `offsetOutOfRange`, the consumer should be paused. | ||
- Fix [#169](https://github.com/SOHU-Co/kafka-node/issues/169): When paused why try to fetch every 1000 ms? | ||
- Ref: remove unused variables. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters