This is an automated email from the ASF dual-hosted git repository.
wenjin272 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
The following commit(s) were added to refs/heads/main by this push:
new 290354e5 [docs] Fix Fluss action state table default value (#788)
290354e5 is described below
commit 290354e5e5cb08b85458baa878b2e4d30f95d66c
Author: Eugene <[email protected]>
AuthorDate: Mon Jun 8 11:50:31 2026 +0800
[docs] Fix Fluss action state table default value (#788)
---
docs/content/docs/operations/configuration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/docs/operations/configuration.md
b/docs/content/docs/operations/configuration.md
index 36b89911..44ebbc0f 100644
--- a/docs/content/docs/operations/configuration.md
+++ b/docs/content/docs/operations/configuration.md
@@ -177,7 +177,7 @@ Here are the configuration options for Fluss-based Action
State Store.
|------------------------------|------------------|---------|------------------------------------------------------------------------------------------|
| `flussBootstrapServers` | "localhost:9123" | String | The Fluss
bootstrap servers address. |
| `flussActionStateDatabase` | "flink_agents" | String | The Fluss
database name for storing action state. |
-| `flussActionStateTable` | "action_states" | String | The Fluss table
name for storing action state. |
+| `flussActionStateTable` | (none) | String | The Fluss table
name for storing action state. |
| `flussActionStateTableBuckets` | 64 | Integer | The number of
buckets for the Fluss action state table. |
| `flussSecurityProtocol` | "PLAINTEXT" | String | The
authentication protocol for Fluss client. Valid values: `PLAINTEXT` (default,
no authentication), `SASL` (SASL/PLAIN authentication). |
| `flussSaslMechanism` | "PLAIN" | String | The SASL
mechanism for Fluss authentication.
|