Skip to content

Ktor Extra Ktor Plugins

Build Status Maven-central Language: Kotlin Koverage: 94.42% Docs Awesome Kotlin Badge


Feature-rich, efficient, and highly customizable plugins for your Multiplatform Ktor Server or Client


Server Plugins

Plugin Supported Platforms Description
Kafka JVM Sets up a Kafka client admin, producer, and consumer using a dedicated DSL. Allows consumption logic definition during the installation phase.
Task Scheduling JVM / Native^ Task scheduling for distributed servers with various and extendable task management strategies
Rate Limiting JVM / Native Highly configurable rate limiter with offering different startegies, request weighting, blacklisting and whitelisting of requests based on authentication, host and user agents

Client Plugins

Plugin Supported Platforms Description
Circuit Breaker JVM / Native / JS Enhances system resilience by halting requests to failing services once a defined error threshold is reached. Automatically switches between open and closed states based on the health of the targeted service.

Note that ^ means issues with native binary dependencies, feel free to pull the project and publish locally


Examples

See Examples Projects

Contributing

Contributions are always welcome! If you have an idea for a plugin or want to improve an existing one, feel free to fork this repository and submit a pull request.