Overview

The Akka Persistence R2DBC plugin allows for using SQL database with R2DBC as a backend for Akka Persistence.

Currently, the R2DBC plugin has support for:

It is specifically designed to work well for distributed SQL databases.

Create an issue if you would like to contribute support for other databases that has a R2DBC driver.

Project Info

Project Info: Akka Persistence R2DBC
Artifact
com.lightbend.akka
akka-persistence-r2dbc
1.3.1
JDK versions
Eclipse Temurin JDK 11
Eclipse Temurin JDK 17
Eclipse Temurin JDK 21
Scala versions2.13.15, 3.3.4
JPMS module nameakka.persistence.r2dbc
License
Readiness level
Supported, support is available from Lightbend
Since 1.0.0, 2022-10-25
Home pagehttps://doc.akka.io/libraries/akka-persistence-r2dbc/current
Forums
Release notesGithub releases
IssuesGithub issues
Sourceshttps://github.com/akka/akka-persistence-r2dbc

Dependencies

The Akka dependencies are available from Akka’s library repository. To access them there, you need to configure the URL for this repository.

Maven
<project>
  ...
  <repositories>
    <repository>
      <id>akka-repository</id>
      <name>Akka library repository</name>
      <url>https://repo.akka.io/maven</url>
    </repository>
  </repositories>
</project>
sbt
resolvers += "Akka library repository".at("https://repo.akka.io/maven")
Gradle
repositories {
    mavenCentral()
    maven {
        url "https://repo.akka.io/maven"
    }
}

Additionally, add the dependency as below.

Maven
<properties>
  <scala.binary.version>2.13</scala.binary.version>
</properties>
<dependencies>
  <dependency>
    <groupId>com.lightbend.akka</groupId>
    <artifactId>akka-persistence-r2dbc_${scala.binary.version}</artifactId>
    <version>1.3.1</version>
  </dependency>
</dependencies>
sbt
libraryDependencies += "com.lightbend.akka" %% "akka-persistence-r2dbc" % "1.3.1"
Gradle
def versions = [
  ScalaBinary: "2.13"
]
dependencies {
  implementation "com.lightbend.akka:akka-persistence-r2dbc_${versions.ScalaBinary}:1.3.1"
}

This plugin depends on Akka 2.10.0 or later, and note that it is important that all akka-* dependencies are in the same version, so it is recommended to depend on them explicitly to avoid problems with transient dependencies causing an unlucky mix of versions.

Direct dependencies
OrganizationArtifactVersion
com.typesafe.akkaakka-persistence-query_2.132.10.0
com.typesafe.akkaakka-persistence-typed_2.132.10.0
io.r2dbcr2dbc-pool1.0.2.RELEASE
io.r2dbcr2dbc-spi1.0.0.RELEASE
org.postgresqlr2dbc-postgresql1.0.7.RELEASE
org.scala-langscala-library2.13.15
Dependency tree
com.typesafe.akka    akka-persistence-query_2.13    2.10.0    BUSL-1.1
    com.typesafe.akka    akka-persistence_2.13    2.10.0    BUSL-1.1
        com.typesafe.akka    akka-actor_2.13    2.10.0    BUSL-1.1
            com.typesafe    config    1.4.3    Apache-2.0
            org.scala-lang    scala-library    2.13.15    Apache-2.0
        com.typesafe.akka    akka-stream_2.13    2.10.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.10.0    BUSL-1.1
                com.typesafe    config    1.4.3    Apache-2.0
                org.scala-lang    scala-library    2.13.15    Apache-2.0
            com.typesafe.akka    akka-protobuf-v3_2.13    2.10.0    BUSL-1.1
            org.reactivestreams    reactive-streams    1.0.4    MIT-0
            org.scala-lang    scala-library    2.13.15    Apache-2.0
        org.scala-lang    scala-library    2.13.15    Apache-2.0
    com.typesafe.akka    akka-protobuf-v3_2.13    2.10.0    BUSL-1.1
    com.typesafe.akka    akka-stream_2.13    2.10.0    BUSL-1.1
        com.typesafe.akka    akka-actor_2.13    2.10.0    BUSL-1.1
            com.typesafe    config    1.4.3    Apache-2.0
            org.scala-lang    scala-library    2.13.15    Apache-2.0
        com.typesafe.akka    akka-protobuf-v3_2.13    2.10.0    BUSL-1.1
        org.reactivestreams    reactive-streams    1.0.4    MIT-0
        org.scala-lang    scala-library    2.13.15    Apache-2.0
    org.scala-lang    scala-library    2.13.15    Apache-2.0
com.typesafe.akka    akka-persistence-typed_2.13    2.10.0    BUSL-1.1
    com.typesafe.akka    akka-actor-typed_2.13    2.10.0    BUSL-1.1
        com.typesafe.akka    akka-actor_2.13    2.10.0    BUSL-1.1
            com.typesafe    config    1.4.3    Apache-2.0
            org.scala-lang    scala-library    2.13.15    Apache-2.0
        com.typesafe.akka    akka-slf4j_2.13    2.10.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.10.0    BUSL-1.1
                com.typesafe    config    1.4.3    Apache-2.0
                org.scala-lang    scala-library    2.13.15    Apache-2.0
            org.scala-lang    scala-library    2.13.15    Apache-2.0
            org.slf4j    slf4j-api    2.0.16    MIT License
        org.scala-lang    scala-library    2.13.15    Apache-2.0
        org.slf4j    slf4j-api    2.0.16    MIT License
    com.typesafe.akka    akka-persistence-query_2.13    2.10.0    BUSL-1.1
        com.typesafe.akka    akka-persistence_2.13    2.10.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.10.0    BUSL-1.1
                com.typesafe    config    1.4.3    Apache-2.0
                org.scala-lang    scala-library    2.13.15    Apache-2.0
            com.typesafe.akka    akka-stream_2.13    2.10.0    BUSL-1.1
                com.typesafe.akka    akka-actor_2.13    2.10.0    BUSL-1.1
                    com.typesafe    config    1.4.3    Apache-2.0
                    org.scala-lang    scala-library    2.13.15    Apache-2.0
                com.typesafe.akka    akka-protobuf-v3_2.13    2.10.0    BUSL-1.1
                org.reactivestreams    reactive-streams    1.0.4    MIT-0
                org.scala-lang    scala-library    2.13.15    Apache-2.0
            org.scala-lang    scala-library    2.13.15    Apache-2.0
        com.typesafe.akka    akka-protobuf-v3_2.13    2.10.0    BUSL-1.1
        com.typesafe.akka    akka-stream_2.13    2.10.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.10.0    BUSL-1.1
                com.typesafe    config    1.4.3    Apache-2.0
                org.scala-lang    scala-library    2.13.15    Apache-2.0
            com.typesafe.akka    akka-protobuf-v3_2.13    2.10.0    BUSL-1.1
            org.reactivestreams    reactive-streams    1.0.4    MIT-0
            org.scala-lang    scala-library    2.13.15    Apache-2.0
        org.scala-lang    scala-library    2.13.15    Apache-2.0
    com.typesafe.akka    akka-persistence_2.13    2.10.0    BUSL-1.1
        com.typesafe.akka    akka-actor_2.13    2.10.0    BUSL-1.1
            com.typesafe    config    1.4.3    Apache-2.0
            org.scala-lang    scala-library    2.13.15    Apache-2.0
        com.typesafe.akka    akka-stream_2.13    2.10.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.10.0    BUSL-1.1
                com.typesafe    config    1.4.3    Apache-2.0
                org.scala-lang    scala-library    2.13.15    Apache-2.0
            com.typesafe.akka    akka-protobuf-v3_2.13    2.10.0    BUSL-1.1
            org.reactivestreams    reactive-streams    1.0.4    MIT-0
            org.scala-lang    scala-library    2.13.15    Apache-2.0
        org.scala-lang    scala-library    2.13.15    Apache-2.0
    com.typesafe.akka    akka-remote_2.13    2.10.0    BUSL-1.1
        com.typesafe.akka    akka-actor_2.13    2.10.0    BUSL-1.1
            com.typesafe    config    1.4.3    Apache-2.0
            org.scala-lang    scala-library    2.13.15    Apache-2.0
        com.typesafe.akka    akka-pki_2.13    2.10.0    BUSL-1.1
            com.hierynomus    asn-one    0.6.0    The Apache License, Version 2.0
            com.typesafe.akka    akka-actor_2.13    2.10.0    BUSL-1.1
                com.typesafe    config    1.4.3    Apache-2.0
                org.scala-lang    scala-library    2.13.15    Apache-2.0
            org.scala-lang    scala-library    2.13.15    Apache-2.0
            org.slf4j    slf4j-api    2.0.16    MIT License
        com.typesafe.akka    akka-stream_2.13    2.10.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.10.0    BUSL-1.1
                com.typesafe    config    1.4.3    Apache-2.0
                org.scala-lang    scala-library    2.13.15    Apache-2.0
            com.typesafe.akka    akka-protobuf-v3_2.13    2.10.0    BUSL-1.1
            org.reactivestreams    reactive-streams    1.0.4    MIT-0
            org.scala-lang    scala-library    2.13.15    Apache-2.0
        org.agrona    agrona    1.22.0    The Apache License, Version 2.0
        org.scala-lang    scala-library    2.13.15    Apache-2.0
    com.typesafe.akka    akka-stream-typed_2.13    2.10.0    BUSL-1.1
        com.typesafe.akka    akka-actor-typed_2.13    2.10.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.10.0    BUSL-1.1
                com.typesafe    config    1.4.3    Apache-2.0
                org.scala-lang    scala-library    2.13.15    Apache-2.0
            com.typesafe.akka    akka-slf4j_2.13    2.10.0    BUSL-1.1
                com.typesafe.akka    akka-actor_2.13    2.10.0    BUSL-1.1
                    com.typesafe    config    1.4.3    Apache-2.0
                    org.scala-lang    scala-library    2.13.15    Apache-2.0
                org.scala-lang    scala-library    2.13.15    Apache-2.0
                org.slf4j    slf4j-api    2.0.16    MIT License
            org.scala-lang    scala-library    2.13.15    Apache-2.0
            org.slf4j    slf4j-api    2.0.16    MIT License
        com.typesafe.akka    akka-stream_2.13    2.10.0    BUSL-1.1
            com.typesafe.akka    akka-actor_2.13    2.10.0    BUSL-1.1
                com.typesafe    config    1.4.3    Apache-2.0
                org.scala-lang    scala-library    2.13.15    Apache-2.0
            com.typesafe.akka    akka-protobuf-v3_2.13    2.10.0    BUSL-1.1
            org.reactivestreams    reactive-streams    1.0.4    MIT-0
            org.scala-lang    scala-library    2.13.15    Apache-2.0
        org.scala-lang    scala-library    2.13.15    Apache-2.0
    org.scala-lang    scala-library    2.13.15    Apache-2.0
io.r2dbc    r2dbc-pool    1.0.2.RELEASE    Apache License 2.0
    io.projectreactor.addons    reactor-pool    1.0.8    The Apache Software License, Version 2.0
        io.projectreactor    reactor-core    3.5.20    Apache License, Version 2.0
            org.reactivestreams    reactive-streams    1.0.4    MIT-0
    io.projectreactor    reactor-core    3.5.20    Apache License, Version 2.0
        org.reactivestreams    reactive-streams    1.0.4    MIT-0
    io.r2dbc    r2dbc-spi    1.0.0.RELEASE    Apache License 2.0
        org.reactivestreams    reactive-streams    1.0.4    MIT-0
io.r2dbc    r2dbc-spi    1.0.0.RELEASE    Apache License 2.0
    org.reactivestreams    reactive-streams    1.0.4    MIT-0
org.postgresql    r2dbc-postgresql    1.0.7.RELEASE    Apache License 2.0
    com.ongres.scram    client    2.1    The 2-Clause BSD License
        com.ongres.scram    common    2.1    The 2-Clause BSD License
            com.ongres.stringprep    saslprep    1.1    The 2-Clause BSD License
                com.ongres.stringprep    stringprep    1.1    The 2-Clause BSD License
    io.projectreactor.netty    reactor-netty-core    1.1.22    The Apache Software License, Version 2.0
        io.netty    netty-handler-proxy    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-codec-http    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-codec    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-handler    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-codec    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-transport-native-unix-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-codec-socks    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-codec    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-codec    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
        io.netty    netty-handler    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-codec    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-transport-native-unix-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
        io.netty    netty-resolver-dns-native-macos    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-resolver-dns-classes-macos    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-resolver-dns    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-codec-dns    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-codec    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-codec    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-handler    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-codec    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-transport-native-unix-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
        io.netty    netty-resolver-dns    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-codec-dns    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-codec    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-codec    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-handler    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-codec    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
        io.netty    netty-transport-native-epoll    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-transport-classes-epoll    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-transport-native-unix-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                            io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-transport-native-unix-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                        io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
            io.netty    netty-transport    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-buffer    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
                io.netty    netty-resolver    4.1.112.Final    Apache License, Version 2.0
                    io.netty    netty-common    4.1.112.Final    Apache License, Version 2.0
        io.projectreactor    reactor-core    3.5.20    Apache License, Version 2.0
            org.reactivestreams    reactive-streams    1.0.4    MIT-0
    io.projectreactor    reactor-core    3.5.20    Apache License, Version 2.0
        org.reactivestreams    reactive-streams    1.0.4    MIT-0
    io.r2dbc    r2dbc-spi    1.0.0.RELEASE    Apache License 2.0
        org.reactivestreams    reactive-streams    1.0.4    MIT-0
org.scala-lang    scala-library    2.13.15    Apache-2.0
Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.