-
Updated
Aug 9, 2022 - Java
cdc
Here are 302 public repositories matching this topic...
-
Updated
Aug 9, 2022 - Elixir
-
Updated
Aug 6, 2022 - Shell
For example, given a simple pipeline such as:
Pipeline p = Pipeline.create();
p.readFrom(TestSources.items("the", "quick", "brown", "fox"))
.aggregate(aggregator)
.writeTo(Sinks.logger());
I'd like aggregator to be something requiring a non-serialisable dependency to do its work.
I know I can do this:
Pipeline p = Pipeline.create();
p.readFrom(TestSource
-
Updated
Jul 21, 2022 - C
-
Updated
Aug 8, 2022 - Java
-
Updated
Jun 18, 2022 - C#
-
Updated
Aug 5, 2022 - Go
-
Updated
Aug 4, 2022 - Java
-
Updated
Jul 20, 2022 - TypeScript
Migrate to goavro v2
Is your feature request related to a problem?
For now, we have a bunch of make commands but no docs. It isn't easy to find the available commands.
Describe the feature you'd like
Adapt from https://www.thapaliya.com/en/writings/well-documented-makefiles/ and add help docs for each command.
Describe alternatives you've considered
No response
Teachability, Documen
-
Updated
Aug 8, 2022 - Java
The flink-tidb-connector doesn't work as expected when I use upsert mode to sink data to TiDB, the reason for this is as in title, flink version: 1.13.x. Is there any reason for making unique key as part of the primary?
Code block:
private String[] getKeyFields(Context context, ReadableConfig config, String databaseName,
String tableName) {
// check write mode
TiDBWr-
Updated
Feb 13, 2021 - JavaScript
-
Updated
Jun 20, 2022 - Java
-
Updated
Aug 8, 2022 - Kotlin
-
Updated
Jun 27, 2022 - Java
-
Updated
Jul 20, 2022 - C++
-Dpact.rootDir="target/pact-classes" didn’t work for me.
env "pact.rootDir=target/pact-classes" bash did
...because of the "."
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Mar 4, 2021
Parse response of type {"items":{"k1": {"k1":"v1"} ,"k2":{"k2":"v2"}}} into records {"k1":"v1"}, {"k2","v2"}
Write a new JacksonKvMapRecordHttpResponseParser.
Improve this page
Add a description, image, and links to the cdc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cdc topic, visit your repo's landing page and select "manage topics."
Describe the bug(Please use English)
A clear and concise description of what the bug is.
Environment :
To Reproduce
Steps to reproduce the behavior:
mysql数据库编码为utf-8,A库的a1表的aa1字段的编码为ucs2,然后使用flink cdc读取数据,存量数据读取是乱码的;
读取binlog的新增数据是不乱码的;
然后我查了下读取binlog对aa1字段使用的utf-16编码,使用的也是utf-16解码;
读取