英文: Flink statebackend - how does parallelism work with RocksDB? 问题 在下面的代码中: package spendreport; im...
状态后端是否需要检查点?
英文: Does statebackend need checkpoint? 问题 以下是来自这里的代码,用于维护检查点: class EnrichmentStream { private val c...
如何在Flink中添加同一数据流的多个消费者
英文: How to add multiple consumer of same data stream in Flink 问题 我正在努力实现以下问题的解决方案。 有一个名为sushistream的...
如何将Flink作业的输出写入单一位置,而不是两个位置。
英文: How to write flink job output to a single location instead of two locations 问题 目前,我已经通过Docker将Fl...
Apache Flink – Getting `NoResourceAvailableException` with local execution while using `slot_sharing_group`
英文: Apache Flink - Getting `NoResourceAvailableException` with local execution while using `slot_sha...
KeyBy Stream(source is Kafka) based on 2 fields where the 2 fields can come in any order but belong to same group
英文: KeyBy Stream(source is Kafka) based on 2 fields where the 2 fields can come in any order but bel...
Flink作业在数据量较少的情况下过于繁忙。
英文: Flink Job goes too much busy with less amount of data 问题 我正在配置一个能够处理每秒近100万条数据的Flink作业,我从以下配置开始:...
Flink是否像Spark一样具有用于Kafka的minPartitions设置?
英文: Does Flink have the minPartitions setting for Kafka like Spark? 问题 在Spark中,有minPartitions设置。根据文档...
Flink支持在Table API中进行重分区吗?
英文: Does Flink support repartitioning in the Table api? 问题 DataStream API允许您设置每个操作符的并行度并选择重新分区策略(重新缩...
Flink是否具有Spark中的速率源?
英文: Does Flink have the rate source that Spark has? 问题 在Spark中有一个名为“rate source”的功能,用于进行测试。 因此,您可以执行...