Signed-off-by: ayue <ericyu0421@163.com>
This commit is contained in:
parent
6c74815fdf
commit
7f9287fcb1
|
|
@ -13,6 +13,7 @@ Release Notes.
|
|||
initialized.
|
||||
* Fix retransform failure when enhancing both parent and child classes.
|
||||
* Add support for `dameng(DM)` JDBC url format in `URLParser`.
|
||||
* Fix RabbitMQ Consumer could not receive handleCancelOk callback.
|
||||
|
||||
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/236?closed=1)
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ public class TracerConsumer implements Consumer {
|
|||
|
||||
@Override
|
||||
public void handleCancelOk(final String consumerTag) {
|
||||
this.delegate.handleRecoverOk(consumerTag);
|
||||
this.delegate.handleCancelOk(consumerTag);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue