Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@Worldbug Worldbug released this 07 May 16:26
· 3 commits to main since this release
c7895dd

BREAKING CHANGES

New config format:

topics:
  - name: my-topic-1
    proto_type: myTopic.Event
    proto_paths:
    - project/proto

Now "topics" is slice of "topic". Previously it was a map "topic name" -> "topic settings"
New "cluster" cmd
Improve consuming per time
Improve group commit cmd