Skip to content

creek-service/creek-service

Repository files navigation

License Coverage Status build Maven Central CodeQL OpenSSF Scorecard OpenSSF Best Practices

Creek Service

The libraries published from this repository form the core of the Creek system used to implement Creek based microservices and extensions to Creek itself.

See CreekService.org for info on Creek Service.

Modules

  • context [JavaDocs]: Provides features to make it easier to write Kafka and Kafka Streams based microservices.
  • extension [JavaDocs]: Contains base types used to implement a Creek service extension and a means of loading extensions
  • test-java-eight: Contains functional testing extension loading without Java 9 modularity
  • test-java-nine: Contains functional testing extension loading with Java 9 modularity
  • test-java-eight-extension: Contains a test-only service extension without Java 9 module info
  • test-java-nine-extension: Contains a test-only service extension with Java 9 module info