All Projects → Tinkoff → gatling-kafka-plugin

Tinkoff / gatling-kafka-plugin

Licence: Apache-2.0 License
Plugin for support Kafka in Gatling

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to gatling-kafka-plugin

gatling-gradle-plugin-demo
Showcase of the Gatling Plugin for Gradle
Stars: ✭ 17 (-56.41%)
Mutual labels:  gatling
gatling-mqtt
A Gatling stress test plugin for MQTT
Stars: ✭ 37 (-5.13%)
Mutual labels:  gatling
awesome-gatling
A collection of resources covering different aspects of Gatling load-testing tool usage.
Stars: ✭ 36 (-7.69%)
Mutual labels:  gatling
sample-testing-microservices
sample applications with implementation of unit, component, contract and integrarion tests using pact, gatling, spring boot test and hoverfly
Stars: ✭ 22 (-43.59%)
Mutual labels:  gatling
gatling-amqp-plugin
Plugin for support performance testing with AMQP in Gatling (3.7.x)
Stars: ✭ 26 (-33.33%)
Mutual labels:  gatling
ReplayZero
Record local web traffic on your laptop and generate functional API tests, utilizing open source industry standards like Karate and Gatling
Stars: ✭ 25 (-35.9%)
Mutual labels:  gatling
gatling-maven-plugin
Gatling Plugin for Maven
Stars: ✭ 30 (-23.08%)
Mutual labels:  gatling
gatling-sbt-plugin
Gatling Plugin for SBT
Stars: ✭ 105 (+169.23%)
Mutual labels:  gatling
spring-boot-web-application-sample
Real World Spring Boot Web Application Example with tons of ready to use features
Stars: ✭ 143 (+266.67%)
Mutual labels:  gatling
pea
分布式压测引擎. A distributed stress tool based on gatling
Stars: ✭ 43 (+10.26%)
Mutual labels:  gatling
Taurus
Automation-friendly framework for Continuous Testing by
Stars: ✭ 1,566 (+3915.38%)
Mutual labels:  gatling
Gatling
Modern Load Testing as Code
Stars: ✭ 5,381 (+13697.44%)
Mutual labels:  gatling
angularjs-springboot-bookstore
Book store CMS done with Angularjs and Spring Boot
Stars: ✭ 41 (+5.13%)
Mutual labels:  gatling
gatling-template.g8
A Giter8 template for gatling performance test project
Stars: ✭ 14 (-64.1%)
Mutual labels:  gatling
laracom
laracom driven by go micro services
Stars: ✭ 37 (-5.13%)
Mutual labels:  gatling

Gatling Kafka Plugin

Build Maven Central Scala Steward badge

Introduction

Plugin to support Kafka in Gatling(3.7.x)

Usage

Getting Started

Plugin is currently available for Scala 2.13.

You may include plugin as dependency in project with your tests. Write

libraryDependencies += "ru.tinkoff" %% "gatling-kafka-plugin" % <version> % Test

Example Scenarios

Examples here

Download and create Avro schema

Avro schema is downloaded using the plugin sbt-schema-registry-plugin and for that you need to configure schemas and url in build.sbt and run the command:

sbt schemaRegistryDownload

To create java classes you should add use capabilities, that provide plugin sbt-avro. This plugin is included in project and will do all needed for creating java classes in compile stage. To run you should create scala object in root project directory and type sbt run.

Example download avro-schema

Example here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].