package management
- Alphabetic
- Public
- All
Type Members
-
case class
FlinkConfig(restUrl: String, queryableStateProxyUrl: Option[String], jobManagerTimeout: FiniteDuration = 1 minute, shouldVerifyBeforeDeploy: Boolean = true, shouldCheckAvailableSlots: Boolean = true) extends Product with Serializable
FlinkConfig deployment configuration.
FlinkConfig deployment configuration.
- restUrl
REST API endpoint of the Flink cluster.
- queryableStateProxyUrl
Some Nussknacker extensions require access to Flink queryable state. This should be comma separated list of host:port addresses of queryable state proxies of all Taskmanagers in the cluster.
- jobManagerTimeout
Timeout for communication with FLink cluster. Consider extending if e.g. you have long savepoint times etc.
- shouldVerifyBeforeDeploy
By default, before redeployment of scenario with state from savepoint, verification of savepoint compatibility is performed. There are some cases when it can be too time consuming or not possible. Use this flag to disable it.
- shouldCheckAvailableSlots
When true
FlinkDeploymentManager
checks if there are free slots to run new job. This check should be disabled on Flink Kubernetes Native deployments, where Taskmanager is started on demand.
- abstract class FlinkDeploymentManager extends DeploymentManager with LazyLogging
- class FlinkModelJar extends LazyLogging
- class FlinkProcessTestRunner extends StaticMethodRunner
- class FlinkProcessVerifier extends StaticMethodRunner with LazyLogging
- class FlinkQueryableClient extends QueryableClient with LazyLogging
- class FlinkRestManager extends FlinkDeploymentManager with LazyLogging
- class FlinkSlotsChecker extends LazyLogging
- class FlinkStreamingDeploymentManagerProvider extends DeploymentManagerProvider
- class FlinkStreamingRestManager extends FlinkRestManager
Value Members
- object FlinkArgsEncodeHack
- object FlinkDeploymentManager
- object FlinkProcessStateDefinitionManager extends OverridingProcessStateDefinitionManager
- object FlinkQueryableClient
- object FlinkSlotsChecker
- object FlinkStateStatus
- object FlinkStreamingDeploymentManagerProvider
- object FlinkStreamingRestManager