Skip to content

Commit bdeea1a

Browse files
authored
Update README.md
1 parent 4fd94aa commit bdeea1a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
[![Kotlin](https://img.shields.io/badge/kotlin-1.9.10-blue.svg?logo=kotlin)](http://kotlinlang.org)
33
[![Apache License V.2](https://img.shields.io/badge/license-Apache%20V.2-blue.svg)](https://github.com/oshai/kotlin-logging/blob/master/LICENSE)
44

5-
Convenient and efficient event bus implementation for PostgreSQL-backed distributed applications. Uses PostgreSQL `LISTEN / NOTIFY` built-in asynchronous notification system.
5+
Convenient and efficient event bus for PostgreSQL-backed distributed JVM applications.
66

7-
Supports reactive streams and [Spring Messaging](https://docs.spring.io/spring-integration/docs/current/reference/html/core.html#spring-integration-core-messaging) abstractions.
7+
Kotlin wrapper over PostgreSQL `LISTEN / NOTIFY` built-in asynchronous notification system.
88

9+
## Features
10+
1. Reactive streams support
11+
2. [Spring Messaging](https://docs.spring.io/spring-integration/docs/current/reference/html/core.html#spring-integration-core-messaging) integration
912

1013
## License
1114

0 commit comments

Comments
 (0)