Skip to content

Tags: bsideup/liiklus

Tags

0.10.0

Toggle 0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updates rsocket to `1.1` and rsocket-rpc to `0.3` (#986)

* updates rsocket and rsocket-rpc to the latest versions

* exclude rsocket from grpc tests

* use provided static factories for better readablity

Co-authored-by: Oleh Dokuka <[email protected]>

next

Toggle next's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
lanwen Kirill Merkushev
publications

0.10.0-rc1

Toggle 0.10.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CloudEvents support (#252)

CloudEvents is an essential choice for Liiklus since it is the standard that we were missing when we created Liiklus.

It introduces a clear notion of id, type and other fields that can be helpful for applying schema, RBAC, metrics and many other features

At this stage, CloudEvents v1 is used as internal representation, and `LiiklusEvent` at the API level since there is no Protobuf format for CloudEvents yet:
cloudevents/spec#504
`LiiklusEvent` follows the v1 of the spec. Once Protobuf definitions are available, we will deprecate `LiiklusEvent` and start using CloudEvent message type. oneof and format are there for a smooth migration.

The implementation requires you to provide a plugin to "upcast" old events (use `RecordPreProcessor`/`RecordPostProcessor`). See `CloudEventsTest` for an example of it.

0.9.3

Toggle 0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump lombok from 1.18.10 to 1.18.12 (#262)

Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.10 to 1.18.12.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.10...v1.18.12)

Signed-off-by: dependabot-preview[bot] <[email protected]>

0.9.2

Toggle 0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle non-partitioned Pulsar topics (#260)

Apparently, Pulsar uses a magical -1 value for the partition number when the topic is not partitioned.

0.9.1

Toggle 0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Treat deprecations as errors (#253)

* Treat deprecated usage as errors

* Update the review date

* do not use deprecated APIs in examples

* do not use deprecated APIs in examples, this time for real

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 Make `PulsarRecordsStorage` implement `FiniteRecordsStorage` (#164)

* WIP: implement `FiniteRecordsStorage` interface in Pulsar

* Make `PulsarRecordsStorage` implement `FiniteRecordsStorage`

0.9.0-rc2

Toggle 0.9.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Test all plugins in isolation (#161)

* E2E test all plugins

* use `compileOnly` in schema's dependencies

* fix DynamoDBPositionsStorageTest

* Fix rerun task

* Introduce `ApplicationRunner`

* Add ClassLoader isolation to `ApplicationRunner`

* fix Lombok's scope (from `testCompile` to `testCompileOnly`)

* add logging

0.9.0-rc1

Toggle 0.9.0-rc1's commit message
Bump grpc-netty from 1.15.1 to 1.22.1 (#149)

Bumps [grpc-netty](https://github.com/grpc/grpc-java) from 1.15.1 to 1.22.1.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.15.1...v1.22.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

0.8.2

Toggle 0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add `GetEndOffsets` API (#129)