File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,14 @@ Change to the latest librdkafka version in the following files:
36
36
make sure to strip the leading "v" from the version.
37
37
E.g., ` 0.11.6 ` rather than ` v0.11.6 `
38
38
39
- Commit this change :
39
+ Change to the latest version of the confluent-librdkafka-plugins in :
40
40
41
- $ git commit -m "librdkafka version bump to v0.11.6" .travis.yml .appveyor.yml
41
+ * ` tools/install-interceptors.sh `
42
+
43
+ Commit these changes as necessary:
44
+
45
+ $ git commit -m "librdkafka version v0.11.6" .travis.yml .appveyor.yml
46
+ $ git commit -m "confluent-librdkafka-plugins version v0.11.0" tools/install-interceptors.sh
42
47
43
48
44
49
### 1.2 Update OpenSSL version if necessary
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ pkgtype=$1
18
18
# Confluent Platform release version
19
19
CPVER=5.0
20
20
21
+ # confluent-librdkafka-plugins version
22
+ PLUGINVER=0.11.0
23
+
21
24
# Stage directory for wheels
22
25
stagedir=staging/libs
23
26
@@ -96,7 +99,7 @@ elif [[ $pkgtype == deb ]]; then
96
99
97
100
elif [[ $pkgtype == osx ]]; then
98
101
99
- wget -O monitoring.zip http://packages.confluent.io/archive/${CPVER} /confluent-librdkafka-plugins-0.11.0 .zip
102
+ wget -O monitoring.zip http://packages.confluent.io/archive/${CPVER} /confluent-librdkafka-plugins-${PLUGINVER} .zip
100
103
unzip monitoring.zip monitoring-interceptor.dylib
101
104
102
105
# Remove path from librdkafka dependency
You can’t perform that action at this time.
0 commit comments