This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git.
from ab7ac34 feat docker-compose pg (#2502)
add 901c68e [type: feature] feat disconnect (#2504)
No new revisions were added by this update.
Summary of changes:
.../org/apache/shenyu/protocol/mqtt/Connect.java | 5 +-
.../protocol/mqtt/{PubAck.java => Disconnect.java} | 22 ++++++-
.../BaseRepository.java} | 25 ++++---
.../mqtt/repositories/ChannelRepository.java | 43 ++++++------
.../mqtt/repositories/SimpleChannelRepository.java | 77 ----------------------
5 files changed, 57 insertions(+), 115 deletions(-)
copy
shenyu-protocol/shenyu-protocol-mqtt/src/main/java/org/apache/shenyu/protocol/mqtt/{PubAck.java
=> Disconnect.java} (50%)
copy
shenyu-protocol/shenyu-protocol-mqtt/src/main/java/org/apache/shenyu/protocol/mqtt/{BootstrapServer.java
=> repositories/BaseRepository.java} (71%)
delete mode 100644
shenyu-protocol/shenyu-protocol-mqtt/src/main/java/org/apache/shenyu/protocol/mqtt/repositories/SimpleChannelRepository.java