Configurations

Stateful Functions includes a small number of SDK specific configurations. These may be set through your job’s flink-conf.yaml.

KeyDefaultTypeDescription
statefun.module.global-config.<KEY>
(none)StringAdds the given key/value pair to the Stateful Functions global configuration.
statefun.message.serializer
WITH_PROTOBUF_PAYLOADSMessage SerializerThe serializer to use for on the wire messages. Options are WITH_PROTOBUF_PAYLOADS, WITH_KRYO_PAYLOADS, WITH_RAW_PAYLOADS.
statefun.flink-job-name
StatefulFunctionsStringThe name to display in the Flink-UI.
statefun.feedback.memory.size
32 MBMemoryTThe number of bytes to use for in memory buffering of the feedback channel, before spilling to disk.