# Constants
DrainCmd is the command "drain".
GetCmd is the command "get".
HelpCmd is the command "help".
InvokeCmd is the command "invoke".
PurgeCmd is the command "purge".
RestCmd is the command "rest".
RunCmd is the command "run".
must not be a legal DNS name character.
VersionCmd is the command "version".
# Variables
ActorCollectorInterval is the interval at which unused actors are collected.
ActorReminderAcceptableDelay controls the threshold at which reminders are logged as being late.
ActorReminderInterval is the interval at which reminders are processed.
ActorTypes are the actor types implemented by this service.
AppName is the name of the application.
AppPort is the HTTP port the application process will be listening on.
CmdName is the top-level command to be executed (purge, run, invoke, etc).
GetActorInstanceID is an actor instance whose state will be read.
GetActorType restrict actor gets to specific type.
GetOutputStyle is whether to print a human readable output, or return a JSON string of data.
GetResidentOnly include non-memory-resisdent actor instances in get query?.
GetSystemComponent describes what system information to get.
H2C enables h2c to communicate with the app service.
Hostname is the name of the host.
are we running in debug mode?.
KafkaConfig contains the configuration information to connect with Kafka.
KubernetesMode is true when this process is running in a container in a Kubernetes Pod.
MissingComponentTimeout is how long to wait on a missing service or actor type before timing out and returning an error.
RedisConfig contains the configuration information to connect with Redis.
RequestRetryLimit is how long to retry failing connections in a Redis/http call before giving up A negative time will apply default durations.
RestBodyContentType specifies the content type of the request body.
RuntimePort is the HTTP port the runtime will be listening on.
ServiceName is the name of the service.
currently not used, but set by the injector anyways.
No description provided by the author