canal-python
canal-python copied to clipboard
alibaba canal 客户端(Python3 版本)
fix semantic error when processing ACK.
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.9.1 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...
Traceback (most recent call last): File "/Users/admin/Desktop/project/dataCollection/canal.py", line 13, in message = client.get() File "/Users/admin/Desktop/project/dataCollection/canal/client.py", line 85, in get message = self.get_without_ack(size) File "/Users/admin/Desktop/project/dataCollection/canal/client.py", line 119, in get_without_ack ack =...
这个报错有看过吗
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
1、 # 原代码连等式会造成before 和 after的值全部都是after的值,需分别创建字典。 format_data['before'] = dict() format_data['after'] = dict() ''' format_data['before'] = format_data['after'] = dict() ''' 2、 if event_type == EntryProtocol_pb2.EventType.DELETE: for column in row.beforeColumns: # 原代码只能记录记录的最后一个字段,需做一下更改,这样可以显示所有字段 format_data[column.name]...
Bumps [pygments](https://github.com/pygments/pygments) from 2.4.2 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.0 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...
测试10次update,有时候只能同步到1,2次,有时候能同步10次