TuyaInc / tuya_pulsar_sdk_go

8 stars 6 forks source link

remove CronFlow #2

Closed LvBay closed 5 years ago

LvBay commented 5 years ago

Previously, each partition topic will periodically call the CronFlow function. This is to ensure that the message is lost in some cases, so that the next flow will never be triggered, resulting in message accumulation. But it seems that pulsar-client-go has fixed this problem, so we can cancel the periodically call.