-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
# Apache Pekko Connectors samples | ||
|
||
Samples for [Pekko Connectors](https://pekko.apache.org/docs/pekko-connectors/current/). | ||
Samples for [Apache Pekko Connectors](https://pekko.apache.org/docs/pekko-connectors/current/). | ||
|
||
The samples should run with Java 8 or above. If you are building the docs using [Paradox](https://developer.lightbend.com/docs/paradox/current/index.html) | ||
then you will need to use Java 11. | ||
|
||
## Status | ||
|
||
The samples now use Pekko libs instead of Akka/Alpakka. If you find any issues, please raise an issue or a Pull Request. | ||
|
||
There is still some work to do on the docs but the snapshot docs should be usable. See https://nightlies.apache.org/pekko/docs/pekko-connectors-samples/main-snapshot/docs/ |