Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-2 votes
0 answers
49 views

I want to process data through flink SQL, here is my code CREATE TABLE ohlc_source ( screener STRING, symbol STRING, `open` DOUBLE, `high` DOUBLE, `low` DOUBLE, `close` DOUBLE, `volume` ...
0 votes
1 answer
74 views

i encountered one kafka sink exception when started from a savepoint. msg as below: java.lang.IllegalStateException: Received element after endOfInput: Record @ (undef) : org.apache.flink.table.data....
0 votes
0 answers
61 views

I am trying to run a very simple Flink (Java) job that: Creates an Iceberg JDBC catalog backed by PostgreSQL Sets the Iceberg warehouse to the Hadoop FileSystem The job is built successfully with ...
Best practices
0 votes
2 replies
35 views

I'm mantaining a Flink application and I'm confused about which classes need to be POJOs (serializable) for Flink to reach the State compatibility between different versions of the app. What I ...
1 vote
1 answer
50 views

The Flink docs mention channels and gates. I am having difficulties inferring what a channel and what a gate is and how they differ. Are these merely logical abstractions or is there also a one-to-one ...
1 vote
2 answers
42 views

Flink allows to define requirements for CPU cores using fine-grained resource management. I am wondering if this CPU request is strictly enforced or best effort? Example: A task manager has 4 CPU ...
-3 votes
1 answer
160 views

Issue: Flink application throws Thread 'jobmanager-io-thread-25' produced an uncaught exception. java.lang.OutOfMemoryError: Direct buffer memory and terminates after running for 2-3 days. No matter ...
Advice
0 votes
0 replies
91 views

I’m running a Flink DataStream job that reads events from a Kafka topic and writes them into an Apache Iceberg table using the REST catalog (Lakekeeper). Authentication to the REST catalog is ...
0 votes
2 answers
115 views

I'm building a single global Topology object in a non-keyed ProcessFunction with parallelism = 1. I keep it as a local mutable object and update it for every input event using topology.apply(GnmiEvent)...
-1 votes
1 answer
47 views

I have a Flink job with multiple downstream operators I want to route tuples to based on a condition. Side outputs are advertised for this use case in the Flink documentation. However, when sending ...
0 votes
1 answer
56 views

I'm upgrading a PyFlink job to 2.0 and want to write to a Kafka compacted topic using the new KafkaSink. The stream produces (key, value) tuples (key is a string, value is a JSON payload). I configure ...
Advice
0 votes
1 replies
60 views

we are using Flink's AsyncIO function with Futures to make external gRPC calls. Currently, we have set the async capacity to 1, and we are using a blocking stub to make those calls. For each event, we ...
0 votes
1 answer
70 views

Flink Version:1.17.1 There is a KeyedBroadcastProcessFunction in my project like this: public class MyOperator extends KeyedBroadcastProcessFunction<..> { private MapState<String, String&...
0 votes
1 answer
49 views

Question Async operation & Future callback was added as the State API was upgraded to v2. Will it be thread-safe to call the Timer service & Collector from that callback? Example final var ...
0 votes
1 answer
66 views

I'm using a ValueState with TTL and I want to understand the difference (if any) in the checkpointed state size/memory between two scenarios: First scenario I create/obtain the ValueState but never ...

15 30 50 per page
1
2 3 4 5
...
528

AltStyle によって変換されたページ (->オリジナル) /