File tree 3 files changed +0
-59
lines changed
3 files changed +0
-59
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ post-install-commands = [
11
11
[envs .default .env-vars ]
12
12
ZK_VERSION = " 3.6.4"
13
13
AUTHENTICATION = " noauth"
14
- # The format is MMmmrr with MM = Major version, mm = minor version, rr = revision
15
- # This is needed to manually install the right version of librdkafka when we bump confluent-kafka
16
- # Thanks to this, the kerberos tests will be green even if the agent is still shipped with an older version
17
- # Bump them when you bump the confluent-kafka version
18
- LIBRDKAFKA_VERSION = " 020300"
19
- CONFLUENT_KAFKA_VERSION = " 2.3.0"
20
14
21
15
[[envs .default .matrix ]]
22
16
python = [" 3.11" ]
@@ -37,6 +31,3 @@ matrix.auth.env-vars = "AUTHENTICATION"
37
31
[envs .latest .env-vars ]
38
32
KAFKA_VERSION = " latest"
39
33
ZK_VERSION = " 3.6.4"
40
- # Bump them when you bump the confluent-kafka version
41
- LIBRDKAFKA_VERSION = " 020300"
42
- CONFLUENT_KAFKA_VERSION = " 2.3.0"
Original file line number Diff line number Diff line change 36
36
'docker_volumes' : [
37
37
f'{ HERE } /docker/ssl/certificate:/tmp/certificate' ,
38
38
f'{ HERE } /docker/kerberos/kdc/krb5_agent.conf:/etc/krb5.conf' ,
39
- f'{ HERE } /docker/scripts/install_librdkafka.bash:/tmp/install_librdkafka.bash' ,
40
39
],
41
- 'start_commands' : [
42
- 'bash /tmp/install_librdkafka.bash' ,
43
- ],
44
- 'env_vars' : {
45
- 'LIBRDKAFKA_VERSION' : os .environ ["LIBRDKAFKA_VERSION" ],
46
- 'CONFLUENT_KAFKA_VERSION' : os .environ ["CONFLUENT_KAFKA_VERSION" ],
47
- },
48
40
}
49
41
50
42
if AUTHENTICATION == "ssl" :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments