I have trouble understanding where to put differen...
# troubleshooting
a
I have trouble understanding where to put different Flink configurations. Examples for this are
s3.connection-timeout
, the hashmap state backend configuration,
execution.checkpointing.interval
. There are these places I could put them in my case • The flink-conf.yaml file • StreamExecutionEnvironment • StreamTableEnvironment • The filesystem SQL connector settings • (The Kafka connector settings) Usually when the manual explains a setting, it doesn't say where the setting should be placed. It could also have different syntax for different places. Any chance of getting the manual more clear on this?