gatling-kinesis


License

License

MIT
Categories

Categories

Gatling Application Testing & Monitoring
GroupId

GroupId

com.tubitv
ArtifactId

ArtifactId

gatling-kinesis_2.12
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

gatling-kinesis
gatling-kinesis
Project URL

Project URL

https://github.com/tubitv/gatling-kinesis
Project Organization

Project Organization

Tubi TV
Source Code Management

Source Code Management

https://github.com/tubitv/gatling-kinesis

Download gatling-kinesis_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.tubitv/gatling-kinesis_2.12/ -->
<dependency>
    <groupId>com.tubitv</groupId>
    <artifactId>gatling-kinesis_2.12</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tubitv/gatling-kinesis_2.12/
implementation 'com.tubitv:gatling-kinesis_2.12:0.0.2'
// https://jarcasting.com/artifacts/com.tubitv/gatling-kinesis_2.12/
implementation ("com.tubitv:gatling-kinesis_2.12:0.0.2")
'com.tubitv:gatling-kinesis_2.12:jar:0.0.2'
<dependency org="com.tubitv" name="gatling-kinesis_2.12" rev="0.0.2">
  <artifact name="gatling-kinesis_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tubitv', module='gatling-kinesis_2.12', version='0.0.2')
)
libraryDependencies += "com.tubitv" % "gatling-kinesis_2.12" % "0.0.2"
[com.tubitv/gatling-kinesis_2.12 "0.0.2"]

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.11
io.gatling : gatling-core jar 3.3.1
software.amazon.awssdk : aws-core jar 2.11.12
software.amazon.awssdk : kinesis jar 2.11.12
software.amazon.awssdk : sts jar 2.11.12

test (7)

Group / Artifact Type Version
org.scalacheck : scalacheck_2.12 jar 1.14.3
org.scalatest : scalatest_2.12 jar 3.1.1
org.scalatestplus : scalacheck-1-14_2.12 jar 3.1.1.1
io.gatling.highcharts : gatling-charts-highcharts jar 3.3.1
io.gatling : gatling-test-framework jar 3.3.1
com.whisk : docker-testkit-scalatest_2.12 jar 0.9.9
com.whisk : docker-testkit-impl-spotify_2.12 jar 0.9.9

Project Modules

There are no modules declared in this project.

Gatling Kinesis Plugin

This is a simple plugin to use with Gatling to push records into kinesis. The code is for the most part inspired by other plugins such as gatling-grpc and gatling-jdbc. It is useful not to load test Kinesis itself (that's Amazon's job), but if you are load testing your application which reads records from a stream, you can use this plugin to put records inside the stream with different load characteristics. It can also be handy if you are testing logic that scales the number of shards up/down automatically.

Current version is extremely alpha.

Contribution policy

Contributions via GitHub pull requests are gladly accepted from their original author. Along with any pull requests, please state that the contribution is your original work and that you license the work to the project under the project's open source license. Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.

License

This code is open source software licensed under the MIT license.

com.tubitv

Tubi

Versions

Version
0.0.2