Update sbt-header to 5.11.0 (#300)

* Update sbt-header to 5.11.0

* fix imports

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: 虎鸣 <hepin.p@alibaba-inc.com>
2 files changed
tree: 2fd79d1488b0a1bb379952b65520eb086b458e6b
  1. .github/
  2. cassandra/
  3. cassandra-test/
  4. core/
  5. core-test/
  6. docker-files/
  7. docs/
  8. durable-state/
  9. eventsourced/
  10. examples/
  11. integration-examples/
  12. jdbc/
  13. jdbc-int-test/
  14. kafka/
  15. kafka-test/
  16. project/
  17. scripts/
  18. slick/
  19. slick-int-test/
  20. testkit/
  21. .asf.yaml
  22. .git-blame-ignore-revs
  23. .gitignore
  24. .scala-steward.conf
  25. .scalafmt.conf
  26. build.sbt
  27. CHANGELOG.md
  28. container-license-acceptance.txt
  29. docker-compose.yml
  30. LICENSE
  31. NOTICE
  32. README.md
README.md

Apache Pekko Projections

Apache Pekko Projections provides an abstraction for consuming a stream of Envelope (where Envelope contains a payload and a trackable offset). This streams can originate from persisted events, Kafka topics, or other Apache Pekko connectors.

Apache Pekko Projections also provides tools to track, restart and distribute these projections.

Documentation

Apache Pekko Projections are documented at https://pekko.apache.org/docs/pekko-projection/current/.

To keep up with the latest releases check out Pekko Projections releases.

Community

You can join these forums and chats to discuss and ask Pekko and Pekko connector related questions:

  • GitHub discussions: for questions and general discussion.
  • Pekko users mailing list: for Pekko usage discussions.
  • Pekko dev mailing list: for Pekko development discussions.
  • GitHub issues: for bug reports and feature requests. Please search the existing issues before creating new ones. If you are unsure whether you have found a bug, consider asking in GitHub discussions or the mailing list first.

Contributing

Contributions are very welcome. If you have an idea on how to improve Pekko, don't hesitate to create an issue or submit a pull request.

License

Apache Pekko Projections is available under the Apache License, version 2.0. See LICENSE file for details.