Vlad Gorodetsky
|
f76a57e0ac
Fix hardcoded kafka version
|
4 years ago |
Vlad Gorodetsky
|
dc17426238
Add support for Kafka 2.6.0
|
4 years ago |
Konstantinos Tsanaktsidis
|
cfd5999fa1
Remove redundant hard-coding of env.KafkaVersion
|
4 years ago |
KJ Tsanaktsidis
|
a9e0b4f163
Make linter pass on functional tests
|
4 years ago |
KJ Tsanaktsidis
|
75ff946b52
Map confluent platform -> kafka version
|
4 years ago |
KJ Tsanaktsidis
|
f33a0afab2
Add docker-composed based functional test harness
|
4 years ago |
Lars Lehtonen
|
171edfcb2e
tests: remove unused proxyClient and Proxies variables
|
4 years ago |
Evan Huus
|
2c40df751c
Fix version.satisfies so all tests run against 0.9
|
9 years ago |
Willem van Bergen
|
e8c3c16e1a
Add a functional test for the offset manager.
|
9 years ago |
Evan Huus
|
f0fc7e9247
Finalize most of the toxiproxy test framework
|
9 years ago |
Evan Huus
|
fbe4417e0b
Add some simple producer benchmarks
|
9 years ago |
Evan Huus
|
315a43ad01
More test prep for toxiproxy
|
9 years ago |
Evan Huus
|
d482af099e
Connect to toxiproxy in functional tests
|
9 years ago |
Evan Huus
|
ef078327dd
Switch CI and vagrant to ports 9091-9095
|
9 years ago |
Willem van Bergen
|
e78b412ceb
Split functional tests into different files
|
9 years ago |
Evan Huus
|
94d2970fa6
Wait at most 5 seconds for kafka in tests
|
9 years ago |
Willem van Bergen
|
6dff870098
Turn on sarama.Logger in tests when DEBUG=true.
|
9 years ago |
Willem van Bergen
|
44b14db83f
Add functional tests for client metadata.
|
9 years ago |
Willem van Bergen
|
7f2cdf6cd2
Do not use partition cache for unknown topics.
|
9 years ago |
Willem van Bergen
|
a315acbc20
Standardize on KAFKA_PEERS as environment variable, and update the default to point to the vagrant cluster
|
9 years ago |
Willem van Bergen
|
51060e6515
Rename Producer to AsyncProducer
|
9 years ago |
Willem van Bergen
|
4189e55a44
Return{Errors,Successes} -> Return.{Errors,Successes}
|
9 years ago |
Willem van Bergen
|
5411ec3676
Rename Ack* configuration names to Return*, make ReturnErrors default to false for the Consumer, update good and examples
|
9 years ago |
Evan Huus
|
0e95e22dd4
Various doc and naming tweaks from code review.
|
9 years ago |
Evan Huus
|
6e7ef3c572
Permit constructing producers/consumers without clients
|
9 years ago |
Evan Huus
|
bce6b9ae7e
Combine the OffsetMethod and Offset parameters
|
9 years ago |
Evan Huus
|
0abdf8c4f0
Move the clientID into the config object
|
9 years ago |
Evan Huus
|
616ac5daa4
Unify configuration structures into config.go
|
9 years ago |
Evan Huus
|
b97ce78d42
Check for errors in test code
|
9 years ago |
Willem van Bergen
|
e01d7b5b70
Merge pull request #304 from Shopify/producer_consumer_consistency
|
9 years ago |