nhsmw
nhsmw
Chrome's getUserMedia will not work on localhost with http
- [x] I hereby agree to dual licence this and any previous contributions under both the _Biopython License Agreement_ **AND** the _BSD 3-Clause License_. - [x] I have read the...
### What problem does this PR solve? Issue Number: close #xxx ### What is changed and how it works? ### Check List #### Tests - Unit test - Integration test...
### What problem does this PR solve? Issue Number: close #10989 ### What is changed and how it works? Rewrite Kafka consumer ### Check List #### Tests - Unit test...
### What problem does this PR solve? Issue Number: close #10852 ### What is changed and how it works? Add Kafka version detect. Connect a broker and use [`ApiVersionsRequest`](https://kafka.apache.org/protocol#api_versions) to...
The following points need to be considered. - When the consumer crashes, some messages which haven't write to the downstream may be lost. - The code needs to be easy...
### What problem does this PR solve? Issue Number: close #10998 ### What is changed and how it works? When changefeed state has changed, reacquiring `changefeed-error-stuck-duration` ### Check List ####...
### What did you do? create a changefeed with kafka protocol `bin/cdc cli changefeed create -c test --sink-uri "kafka://127.0.0.1:9092/test?topic=test&protocol=open-protocol&max-message-bytes=41943040&compressionType=ZLIB&kafka-version=0.11.0.0"` ### What did you expect to see? ```log [WARN] [sarama.go:139] ["The...
### What did you do? Some `Changefeed` are wrong writing. For example: https://github.com/pingcap/tiflow/blob/566c77cab9dfc758767a035f3dab0d3a5c3c2788/cdc/owner/feed_state.go#L29 ### What did you expect to see? _No response_ ### What did you see instead? correct writing:...
### What problem does this PR solve? Issue Number: close #11049 ### What is changed and how it works? ### Check List #### Tests - Unit test - Integration test...