-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support appending batch messages using hstreamdb_producer:appen…
…d/2 (#74) * feat: support appending batch messages using hstreamdb_producer:append/2 * fix: fix the appup file
- Loading branch information
1 parent
bb962af
commit 0136b22
Showing
3 changed files
with
18 additions
and
14 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
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,15 +1,13 @@ | ||
%% -*- mode: erlang -*- | ||
{VSN, | ||
[{"0.2.4", | ||
[{"0.3.1+v0.13.0", | ||
[{load_module,hstreamdb,brutal_purge,soft_purge,[]}, | ||
{load_module,hstreamdb_channel_mgr,brutal_purge,soft_purge,[]}, | ||
{load_module,hstreamdb_producer,brutal_purge,soft_purge,[]} | ||
]}, | ||
{<<".*">>,[]}], | ||
[{"0.2.4", | ||
{<<".*">>,[{restart_application,hstreamdb_erl}]}], | ||
[{"0.3.1+v0.13.0", | ||
[{load_module,hstreamdb,brutal_purge,soft_purge,[]}, | ||
{load_module,hstreamdb_channel_mgr,brutal_purge,soft_purge,[]}, | ||
{load_module,hstreamdb_producer,brutal_purge,soft_purge,[]} | ||
]}, | ||
{<<".*">>,[]}] | ||
{<<".*">>,[{restart_application,hstreamdb_erl}]}] | ||
}. |
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