Current docs state that Akka Projections can store the offsets from Kafka in a [relational DB with JDBC](https://doc.akka.io/docs/akka-projection/current/jdbc.html) or in [relational DB with Slick](https://doc.akka.io/docs/akka-projection/current/slick.html). This should be updated with the possibility to store offsets in a [relational DB with r2dbc](https://doc.akka.io/docs/akka-projection/current/r2dbc.html#offset-in-a-relational-db-with-r2dbc)
Current docs state that Akka Projections can store the offsets from Kafka in a relational DB with JDBC or in relational DB with Slick.
This should be updated with the possibility to store offsets in a relational DB with r2dbc