127 Commits (6d649f503a964ed9612e79ef2d9e55e26240fbc3)

Author SHA1 Message Date
Rajini Sivaram ca6ac9393b
MINOR: Retain public constructors of classes from public API (#6455) 6 years ago
Stanislav Kozlovski f20f3c1a97 MINOR: Update Trogdor ConnectionStressWorker status at the end of execution (#6445) 6 years ago
Stanislav Kozlovski 9a384daf0e MINOR: Change Trogdor agent's cleanup executor to a cached thread pool (#6309) 6 years ago
Manikumar Reddy a42f16f980 KAFKA-7922: Return authorized operations in Metadata request response (KIP-430 Part-2) 6 years ago
Bob Barrett 5e16173659 MINOR: Log exception thrown by consumer.poll() in VerifiableConsumer (#6368) 6 years ago
Chia-Ping Tsai 35a0de32ee KAFKA-6161 Add default implementation to close() and configure() for Serdes (#5348) 6 years ago
Sönke Liebau 08dbec7429 MINOR: Add sentence to command line documentation of producer performance tool on how to disable throttling. (#6205) 6 years ago
Colin Patrick McCabe 4be68c58da
KAFKA-7828: Add ExternalCommandWorker to Trogdor (#6219) 6 years ago
Colin Patrick McCabe a79d6dcdb6
KAFKA-7793: Improve the Trogdor command line. (#6133) 6 years ago
Stanislav Kozlovski 2e53fa08af KAFKA-7792: Add simple /agent/uptime and /coordinator/uptime health check endpoints (#6130) 6 years ago
Stanislav Kozlovski 13f679013a MINOR: Update Trogdor StringExpander regex to handle an epilogue (#6123) 6 years ago
Lee Dongjin 7df3e8cd38 KAFKA-7808: AdminClient#describeTopics should not throw InvalidTopic if topic name is not found (#6124) 6 years ago
Stanislav Kozlovski 625e0d8829 KAFKA-7790: Fix Bugs in Trogdor Task Expiration (#6103) 6 years ago
Srinivas Reddy 85906d3d2b MINOR: Switch anonymous classes to lambda expressions in tools module 6 years ago
Arjun Satish 3ef6b0fce0 MINOR: Add unit for max latency in ProducerPerformance output (#6014) 6 years ago
seayoun 4fb5520901 MINOR: Fix ProducerPerformance bug when numRecords > Integer.MAX (#5956) 6 years ago
Stanislav Kozlovski ec668180d7 MINOR: Support long maxMessages in Trogdor consume/produce bench workers (#5957) 6 years ago
Stanislav Kozlovski 9368743b8f KAFKA-7597: Add transaction support to ProduceBenchWorker (#5885) 6 years ago
Stanislav Kozlovski 7fadf0a11d Trogdor: Add Task State filter to /coordinator/tasks endpoint (#5907) 6 years ago
Yishun Guan 9646602d68 KAFKA-7402: Implement KIP-376 AutoCloseable additions 6 years ago
Stanislav Kozlovski 8259fda695 KAFKA-7514: Add threads to ConsumeBenchWorker (#5864) 6 years ago
Stanislav Kozlovski d00938fdf8 Trogdor: Fix /coordinator/tasks parameters to accept long values (#5905) 6 years ago
Ismael Juma 12f310d50e
KAFKA-7612: Fix javac warnings and enable warnings as errors (#5900) 6 years ago
Stanislav Kozlovski ecb71cf471 KAFKA-7564: Expose single task details in Trogdor (#5852) 6 years ago
Dong Lin df0faee097 KAFKA-7560; PushHttpMetricsReporter should not convert metric value to double 6 years ago
Stanislav Kozlovski d28c534819 KAFKA-7515: Trogdor - Add Consumer Group Benchmark Specification (#5810) 6 years ago
Ron Dagostino e8a3bc7425 KAFKA-7352; Allow SASL Connections to Periodically Re-Authenticate (KIP-368) (#5582) 6 years ago
jonathanskrzypek a947fe8da8 KAFKA-6195: Resolve DNS aliases in bootstrap.server (KIP-235) (#4485) 6 years ago
Edoardo Comar f393b2f7dd KAFKA-6863 Kafka clients should try to use multiple DNS resolved IP (#4987) 6 years ago
matus-cuper 02a9579373 Fix typo in Resource in org.apache.kafka.trogdor (#5739) 6 years ago
Colin Patrick McCabe 089d1b154f MINOR: Add topic config to PartitionsSpec (#5523) 6 years ago
Colin Patrick McCabe 888423ee56 KAFKA-7428: ConnectionStressSpec: add "action", allow multiple clients (#5668) 6 years ago
Manikumar Reddy O c121f4eb82 MINOR: Remove deprecated Metric.value() method usage (#5626) 6 years ago
Viktor Somogyi 8a78d76466 KAFKA-7140; Remove deprecated poll usages (#5319) 6 years ago
Colin Patrick McCabe 609c81ec8b KAFKA-7183: Add a trogdor test that creates many connections to brokers (#5393) 6 years ago
Jason Gustafson c3e7c0bcb2
MINOR: Producers should set delivery timeout instead of retries (#5425) 6 years ago
Guozhang Wang 18181ca953 HOTFIX: KAFKA-7097; Set create time default to -1L in VerifiableProducer 6 years ago
tedyu 24b3844fe4 KAFKA-7097 VerifiableProducer does not work properly with --message-create-time argument (#5292) 6 years ago
Ismael Juma 7a74ec62d2
MINOR: Avoid FileInputStream/FileOutputStream (#5281) 6 years ago
Colin Patrick McCabe 8577632b3a MINOR: Fix Trogdor tests, partition assignments (#4892) 7 years ago
Bill Bejeck c6fd3d488e MINOR: update VerifiableProducer to send keys if configured and removed StreamsRepeatingKeyProducerService (#4841) 7 years ago
Colin Patrick McCabe 93e03414f7 KAFKA-6771. Make specifying partitions more flexible (#4850) 7 years ago
Colin Patrick McCabe 832b096f4f KAFKA-6696 Trogdor should support destroying tasks (#4759) 7 years ago
Colin Patrick McCabe 4223ef6106 MINOR: Add NullPayloadGenerator to Trogdor (#4844) 7 years ago
Anna Povzner 989fe0497e Kafka-6693: Added consumer workload to Trogdor (#4775) 7 years ago
Colin Patrick McCabe 40183e3156 KAFKA-6688. The Trogdor coordinator should track task statuses (#4737) 7 years ago
Anna Povzner da32db9f34 Trogdor: Added commonClientConf and adminClientConf to workload specs (#4757) 7 years ago
Colin Patrick McCabe 63642d6051 KAFKA-6694: The Trogdor Coordinator should support filtering task responses (#4741) 7 years ago
cburroughs 514936af6f MINOR: Remove redundant initialization of `Stats.index` (#4751) 7 years ago
Anna Povzner 5c24295d44 Trogdor's ProducerBench does not fail if topics exists (#4673) 7 years ago