File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
com.ibm.streamsx.messagehub Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ repositories {
39
39
40
40
/* Defs */
41
41
def STREAMS_INSTALL = System . getenv(" STREAMS_INSTALL" )
42
- def KAFKA_BASE_TAG = ' v3.0.0_gradle_fix_1 ' // Update this tag when changing the underlying Kafka version
42
+ def KAFKA_BASE_TAG = ' v3.0.1 ' // Update this tag when changing the underlying Kafka version
43
43
44
44
dependencies {
45
45
compile fileTree(dir : STREAMS_INSTALL + ' /lib' , include : [' com.ibm.streams.operator.jar' ])
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ continues fetching at the last committed offset.
201
201
* The MessageHubConsumer operator exposes some performance metrics of the consumer client as operator metrics, like the lag for each topic partition.
202
202
203
203
</info : description >
204
- <info : version >3.0.0 </info : version >
204
+ <info : version >3.0.1 </info : version >
205
205
<info : requiredProductVersion >4.3.0.0</info : requiredProductVersion >
206
206
</info : identity >
207
207
<info : dependencies />
You can’t perform that action at this time.
0 commit comments