---
title: "Changes to Get a KafkaUpstream plugin"
method: GET
path: "/v2/control-planes/{controlPlaneId}/core-entities/plugins/{PluginId}#KafkaUpstream"
---

# Changes to Get a KafkaUpstream plugin

`GET /v2/control-planes/{controlPlaneId}/core-entities/plugins/{PluginId}#KafkaUpstream`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 16 of 52 revisions.

- **2026-07-06** `36da5cb9a674` — 1 warning, 3 info
- **2026-06-11** `62c54f1094bb` — 1 info
- **2026-04-24** `7d6a643707d9` — 1 info
- **2026-01-13** `ad02b4e24eb2` — 1 info
- **2025-11-11** `28774c89f2cb` — 2 breaking
- **2025-10-29** `19e869275e28` — 3 breaking, 1 warning, 2 info
- **2025-08-22** `96118a9cd7f4` — 26 breaking, 20 info
- **2025-07-22** `2c77aeaee5fb` — 1 breaking, 4 info
- **2025-06-17** `c308b7426a7c` — 1 breaking
- **2025-05-21** `69704304ad5f` — 1 info
- **2025-05-01** `351c07039f3c` — 3 info
- **2025-04-15** `fc6abbc537f3` — 2 breaking, 2 info
- **2025-03-05** `ceb048468954` — 3 breaking
- **2025-02-10** `d833d4dbb1fa` — 6 info
- **2024-11-11** `08ead66e9ebb` — 1 breaking, 15 info
- **2024-09-11** `be7c36317ba6` — 1 info

## Changes

- **2026-07-06** `36da5cb9a674` — 1 warning, 3 info
  - added the new `OAUTHBEARER` enum value to the `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/authentication/mechanism` response property for the response status `200`
  - added the optional property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/authentication/oauthbearer` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/error_handling` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/headers` to the response with the `200` status
- **2026-06-11** `62c54f1094bb` — 1 info
  - the response property `allOf[#/components/schemas/PluginBase]/partials/items/path` became required for the status `200`
- **2026-04-24** `7d6a643707d9` — 1 info
  - added the optional property `allOf[#/components/schemas/PluginBase]/condition` to the response with the `200` status
- **2026-01-13** `ad02b4e24eb2` — 1 info
  - added the optional property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/security/ssl_verify` to the response with the `200` status
- **2025-11-11** `28774c89f2cb` — 2 breaking
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent/authentication/oauth2/token_headers` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent/authentication/oauth2/token_post_args` became nullable for the status `200`
- **2025-10-29** `19e869275e28` — 3 breaking, 1 warning, 2 info
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent/authentication` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent/authentication` became optional for the status `200`
  - the `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/name` response's property type changed from `string` to no type for status `200`
  - added the new `oauth2` enum value to the `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent/authentication/mode` response property for the response status `200`
  - added the optional property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent/authentication/oauth2` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent/authentication/oauth2_client` to the response with the `200` status
- **2025-08-22** `96118a9cd7f4` — 26 breaking, 20 info
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/allowed_topics` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/authentication` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/authentication/password` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/authentication/tokenauth` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/authentication/user` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/bootstrap_servers` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/cluster_name` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/key_query_arg` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/message_by_lua_functions` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent/authentication/basic` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent/key_schema` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent/key_schema/schema_version` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent/key_schema/subject_name` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent/ttl` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent/url` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent/value_schema` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent/value_schema/schema_version` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry/confluent/value_schema/subject_name` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/security` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/security/certificate_id` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/security/ssl` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/topics_query_arg` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/PluginBase]/partials/items/name` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/PluginBase]/partials/items/path` became nullable for the status `200`
  - the `enabled` response's property default value `true` was added for the status `200`
  - the `forward_body` response's property default value `true` was added for the status `200`
  - the `forward_headers` response's property default value `false` was added for the status `200`
  - the `forward_method` response's property default value `false` was added for the status `200`
  - the `forward_uri` response's property default value `false` was added for the status `200`
  - the `keepalive` response's property default value `60000` was added for the status `200`
  - the `keepalive_enabled` response's property default value `false` was added for the status `200`
  - the `mode` response's property default value `none` was added for the status `200`
  - the `producer_async` response's property default value `true` was added for the status `200`
  - the `producer_async_buffering_limits_messages_in_memory` response's property default value `50000` was added for the status `200`
  - the `producer_async_flush_timeout` response's property default value `1000` was added for the status `200`
  - the `producer_request_acks` response's property default value `1` was added for the status `200`
  - the `producer_request_limits_bytes_per_request` response's property default value `1048576` was added for the status `200`
  - the `producer_request_limits_messages_per_request` response's property default value `200` was added for the status `200`
  - …6 more
- **2025-07-22** `2c77aeaee5fb` — 1 breaking, 4 info
  - the response property `allOf[#/components/schemas/PluginBase]/tags` became nullable for the status `200`
  - added the optional property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/key_query_arg` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/schema_registry` to the response with the `200` status
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config` became required for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/topic` became required for the status `200`
- **2025-06-17** `c308b7426a7c` — 1 breaking
  - the `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/protocols` response's property format changed from no format to `set` for status `200`
- **2025-05-21** `69704304ad5f` — 1 info
  - added the optional property `allOf[#/components/schemas/PluginBase]/partials` to the response with the `200` status
- **2025-05-01** `351c07039f3c` — 3 info
  - added the optional property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/allowed_topics` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/message_by_lua_functions` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/config/topics_query_arg` to the response with the `200` status
- **2025-04-15** `fc6abbc537f3` — 2 breaking, 2 info
  - the response property `allOf[#/components/schemas/PluginBase]/created_at` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/PluginBase]/updated_at` became nullable for the status `200`
  - the response optional property `allOf[#/components/schemas/PluginBase]/created_at` became not read-only for the status `200`
  - the response optional property `allOf[#/components/schemas/PluginBase]/updated_at` became not read-only for the status `200`
- **2025-03-05** `ceb048468954` — 3 breaking
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/consumer` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/route` became nullable for the status `200`
  - the response property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/service` became nullable for the status `200`
- **2025-02-10** `d833d4dbb1fa` — 6 info
  - added `#/components/schemas/PluginBase` to the response body `allOf` list for the response status `200`
  - removed `#/components/schemas/Plugin` from the response body `allOf` list for the response status `200`
  - added the optional property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/consumer` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/protocols` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/route` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/KafkaUpstreamPluginConfig]/service` to the response with the `200` status
- **2024-11-11** `08ead66e9ebb` — 1 breaking, 15 info
  - the `allOf[#/components/schemas/Plugin]/` response's property type changed from no type to `object` for status `200`
  - added the optional property `allOf[#/components/schemas/Plugin]/consumer` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/consumer_group` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/created_at` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/enabled` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/id` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/instance_name` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/ordering` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/protocols` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/route` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/service` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/tags` to the response with the `200` status
  - added the optional property `allOf[#/components/schemas/Plugin]/updated_at` to the response with the `200` status
  - removed `#/components/schemas/PluginWithoutParents, subschema #2` from the `allOf[#/components/schemas/Plugin]/` response property `allOf` list for the response status `200`
  - added the required property `allOf[#/components/schemas/Plugin]/config` to the response with the `200` status
  - added the required property `allOf[#/components/schemas/Plugin]/name` to the response with the `200` status
- **2024-09-11** `be7c36317ba6` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/kong/apis/konnect-api/docs/v2/control-planes/:controlPlaneId/core-entities/plugins/:PluginId#KafkaUpstream/get.md) · [API](https://skmtc.dev/kong/apis/konnect-api.md) · [Page](https://skmtc.dev/kong/apis/konnect-api/changes/v2/control-planes/:controlPlaneId/core-entities/plugins/:PluginId#KafkaUpstream/get)
