-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathplugins-repo.json
17 lines (17 loc) · 968 Bytes
/
plugins-repo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"id": "jmeter.backendlistener.kafka",
"name": "Kafka backend listener",
"description": "Apache JMeter plugin for sending sample results to a Kafka server. <ul><li>Simply add a \"Backend Listener\" and change the implementation</li><li>Change the listener's configuration</li><li>To use filters, simply separate their name by a semicolon. (f1;f2;f3)</li></ul>",
"helpUrl": "https://github.com/rahulsinghai/jmeter-backend-listener-kafka/issues",
"screenshotUrl": "https://github.com/rahulsinghai/jmeter-backend-listener-kafka/blob/master/docs/configuration.JPG",
"vendor": "rahulsinghai",
"markerClass": "io.github.rahulsinghai.jmeter.backendlistener.kafka.KafkaBackendClient",
"versions": {
"1.0.0": {
"changes": "Initial version.",
"downloadUrl": "https://search.maven.org/remotecontent?filepath=io/github/rahulsinghai/jmeter.backendlistener.kafka/1.0.0/jmeter.backendlistener.kafka-1.0.0.jar",
"depends": [
]
}
}
}