Spring Cloud Stream · JSON Structure

Spring Cloud Stream Binding Structure

Structure documentation for Spring Cloud Stream binding configuration

Type: Properties: 0
Apache KafkaAsyncAPIEvent-DrivenJavaMessagingMicroservicesRabbitMQSpring FrameworkStream Processing

Spring Cloud Stream is a JSON Structure definition published by Spring Cloud Stream.

Meta-schema:

JSON Structure

spring-cloud-stream-binding-structure.json Raw ↑
{
  "name": "Spring Cloud Stream",
  "description": "Structure documentation for Spring Cloud Stream binding configuration",
  "version": "4.1.0",
  "structures": [
    {
      "name": "BindingProperties",
      "description": "Configuration properties for a single message channel binding",
      "fields": [
        { "name": "destination", "type": "string", "required": false, "description": "Topic or exchange name on the broker" },
        { "name": "group", "type": "string", "required": false, "description": "Consumer group name for durable subscriptions" },
        { "name": "contentType", "type": "string", "required": false, "default": "application/json", "description": "Message content type for serialization" },
        { "name": "binder", "type": "string", "required": false, "description": "Named binder to use (Kafka or RabbitMQ)" },
        { "name": "consumer", "type": "object", "required": false, "description": "Consumer-specific binding properties" },
        { "name": "producer", "type": "object", "required": false, "description": "Producer-specific binding properties" }
      ]
    },
    {
      "name": "ConsumerProperties",
      "description": "Consumer binding configuration",
      "fields": [
        { "name": "autoStartup", "type": "boolean", "required": false, "default": true, "description": "Auto-start consumer on application startup" },
        { "name": "concurrency", "type": "integer", "required": false, "default": 1, "description": "Number of concurrent consumer threads" },
        { "name": "partitioned", "type": "boolean", "required": false, "default": false, "description": "Whether receiving from a partitioned producer" },
        { "name": "maxAttempts", "type": "integer", "required": false, "default": 3, "description": "Max retry attempts before dead-letter routing" }
      ]
    },
    {
      "name": "ProducerProperties",
      "description": "Producer binding configuration",
      "fields": [
        { "name": "partitionKeyExpression", "type": "string", "required": false, "description": "SpEL expression for determining partition key" },
        { "name": "partitionCount", "type": "integer", "required": false, "default": 1, "description": "Number of target partitions" },
        { "name": "requiredGroups", "type": "array", "required": false, "description": "Consumer groups guaranteed to receive messages" }
      ]
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/spring-cloud-stream-binding-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.