Argo Workflows · Schema
github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.KafkaTrigger
KafkaTrigger refers to the specification of the Kafka trigger.
CNCFContainersData ProcessingKubernetesMachine-LearningOpen-SourceWorkflow Engine
Properties
| Name | Type | Description |
|---|---|---|
| compress | boolean | |
| flushFrequency | integer | |
| headers | object | |
| parameters | array | Parameters is the list of parameters that is applied to resolved Kafka trigger object. |
| partition | integer | |
| partitioningKey | string | The partitioning key for the messages put on the Kafka topic. +optional. |
| payload | array | Payload is the list of key-value extracted from an event payload to construct the request payload. |
| requiredAcks | integer | RequiredAcks used in producer to tell the broker how many replica acknowledgements Defaults to 1 (Only wait for the leader to ack). +optional. |
| sasl | object | |
| schemaRegistry | object | |
| secureHeaders | array | |
| tls | object | |
| topic | string | |
| url | string | URL of the Kafka broker, multiple URLs separated by comma. |
| version | string |
JSON Schema
argo-workflows-github-com-argoproj-argo-events-pkg-apis-events-v1alpha1-kafka-trigger-schema.json
Raw ↑
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-schema/argo-workflows-github-com-argoproj-argo-events-pkg-apis-events-v1alpha1-kafka-trigger-schema.json",
"title": "github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.KafkaTrigger",
"description": "KafkaTrigger refers to the specification of the Kafka trigger.",
"type": "object",
"properties": {
"compress": {
"type": "boolean",
"title": "Compress determines whether to compress message or not.\nDefaults to false.\nIf set to true, compresses message using snappy compression.\n+optional"
},
"flushFrequency": {
"type": "integer",
"title": "FlushFrequency refers to the frequency in milliseconds to flush batches.\nDefaults to 500 milliseconds.\n+optional"
},
"headers": {
"type": "object",
"title": "Headers for the Kafka Messages.\n+optional",
"additionalProperties": {
"type": "string"
}
},
"parameters": {
"description": "Parameters is the list of parameters that is applied to resolved Kafka trigger object.",
"type": "array",
"items": {
"$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TriggerParameter"
}
},
"partition": {
"type": "integer",
"title": "+optional\nDEPRECATED"
},
"partitioningKey": {
"description": "The partitioning key for the messages put on the Kafka topic.\n+optional.",
"type": "string"
},
"payload": {
"description": "Payload is the list of key-value extracted from an event payload to construct the request payload.",
"type": "array",
"items": {
"$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TriggerParameter"
}
},
"requiredAcks": {
"description": "RequiredAcks used in producer to tell the broker how many replica acknowledgements\nDefaults to 1 (Only wait for the leader to ack).\n+optional.",
"type": "integer"
},
"sasl": {
"title": "SASL configuration for the kafka client\n+optional",
"$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.SASLConfig"
},
"schemaRegistry": {
"title": "Schema Registry configuration to producer message with avro format\n+optional",
"$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.SchemaRegistryConfig"
},
"secureHeaders": {
"type": "array",
"title": "Secure Headers stored in Kubernetes Secrets for the Kafka messages.\n+optional",
"items": {
"$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.SecureHeader"
}
},
"tls": {
"title": "TLS configuration for the Kafka producer.\n+optional",
"$ref": "#/definitions/github.com.argoproj.argo_events.pkg.apis.events.v1alpha1.TLSConfig"
},
"topic": {
"type": "string",
"title": "Name of the topic.\nMore info at https://kafka.apache.org/documentation/#intro_topics"
},
"url": {
"description": "URL of the Kafka broker, multiple URLs separated by comma.",
"type": "string"
},
"version": {
"type": "string",
"title": "Specify what kafka version is being connected to enables certain features in sarama, defaults to 1.0.0\n+optional"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/argo-workflows-github-com-argoproj-argo-events-pkg-apis-events-v1alpha1-kafka-trigger"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.