Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions modules/terms/partials/acl.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,3 @@
:term-name: ACL
:hover-text: A security feature used to define and enforce granular permissions to resources, ensuring only authorized users or applications can perform specific operations. ACLs act on principals.
:category: Redpanda security

ifndef::env-cloud[]
For more information, see xref:ROOT:manage:security/authorization.adoc[].
endif::[]

ifdef::env-cloud[]
For more information, see xref:security:authorization/cloud-authorization.adoc[].
endif::[]
9 changes: 0 additions & 9 deletions modules/terms/partials/authentication.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,3 @@
:term-name: authentication
:hover-text: The process of verifying the identity of a principal, user, or service account. Also known as AuthN.
:category: Redpanda security

ifndef::env-cloud[]
For more information, see xref:ROOT:manage:security/authentication.adoc[].
endif::[]

ifdef::env-cloud[]
For more information, see xref:security:cloud-authentication.adoc[].
endif::[]

8 changes: 0 additions & 8 deletions modules/terms/partials/authorization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,3 @@
:term-name: authorization
:hover-text: The process of specifying access rights to resources. Access rights are enforced through roles or access control lists (ACLs). Also known as AuthZ.
:category: Redpanda security

ifndef::env-cloud[]
For more information, see xref:ROOT:manage:security/authorization.adoc[].
endif::[]

ifdef::env-cloud[]
For more information, see xref:security:authorization/cloud-authorization.adoc[].
endif::[]
8 changes: 0 additions & 8 deletions modules/terms/partials/bearer-token.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,3 @@
:term-name: bearer token
:hover-text: An access token used for authentication and authorization in web applications and APIs. It holds user credentials, usually in the form of random strings of characters.
:category: Redpanda security

ifndef::env-cloud[]
For more information, see xref:ROOT:manage:security/authentication.adoc[].
endif::[]

ifdef::env-cloud[]
For more information, see xref:security:cloud-authentication.adoc[].
endif::[]
4 changes: 0 additions & 4 deletions modules/terms/partials/compaction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
:term-name: compaction
:hover-text: Feature that retains the latest value for each key within a partition while discarding older values.
:category: Redpanda features

ifndef::env-cloud[]
For more information, see xref:ROOT:manage:cluster-maintenance/compaction-settings.adoc[].
endif::[]
3 changes: 0 additions & 3 deletions modules/terms/partials/data-transforms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@
:term-name: data transforms
:hover-text: Framework to manipulate or enrich data written to Redpanda topics. You can develop custom data functions, which run asynchronously using a WebAssembly (Wasm) engine inside a Redpanda broker.
:category: Redpanda features


For more information, see xref:develop:data-transforms/index.adoc[].
4 changes: 0 additions & 4 deletions modules/terms/partials/helm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
:term-name: Helm chart
:hover-text: Generates and applies all the manifest files you need for deploying Redpanda in Kubernetes.
:category: Redpanda in Kubernetes

ifndef::env-cloud[]
For more information, see xref:ROOT:deploy:deployment-option/self-hosted/kubernetes/kubernetes-production-deployment.adoc[].
endif::[]
2 changes: 0 additions & 2 deletions modules/terms/partials/leader-pinning.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
:term-name: Leader Pinning
:hover-text: Feature that places a topic's partition leaders in a preferred location, such as a cloud availability zone, to reduce networking costs and latency for nearby clients.
:category: Redpanda features

For more information, see xref:ROOT:develop:produce-data/leader-pinning.adoc[].
4 changes: 0 additions & 4 deletions modules/terms/partials/learner.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@
:category: Redpanda core

In a Raft group, a broker can be in learner status. Learners are followers that cannot vote and so do not count towards quorum (the majority). They cannot be elected to leader nor can they trigger leader elections. Brokers can be promoted or demoted between learner and voter. New Raft group members start as learners.

ifndef::env-cloud[]
For more information, see xref:ROOT:manage:raft-group-reconfiguration.adoc[].
endif::[]
4 changes: 0 additions & 4 deletions modules/terms/partials/listener.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
:term-name: listener
:hover-text: Configuration on a broker that defines how it should accept client or inter-broker connections. Each listener is associated with a specific protocol, hostname, and port combination. The listener defines where the broker should listen for incoming connections.
:category: Redpanda core

ifndef::env-cloud[]
For more information, see xref:ROOT:manage:security/listener-configuration.adoc[].
endif::[]
4 changes: 0 additions & 4 deletions modules/terms/partials/maintenance-mode.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
:term-name: maintenance mode
:hover-text: A state where a Redpanda broker temporarily doesn't take any partition leaderships. It continues to store data as a follower. This is usually done for system maintenance or a rolling upgrade.
:category: Redpanda features

ifndef::env-cloud[]
For more information, see xref:ROOT:manage:node-management.adoc[].
endif::[]
10 changes: 0 additions & 10 deletions modules/terms/partials/mcp-tool.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,3 @@
:term-name: MCP tool
:hover-text: A function that an AI assistant can call to perform a specific task, such as fetching data from an API, querying a database, or processing streaming data. Each tool is defined using Redpanda Connect components and annotated with MCP metadata.
:category: Redpanda Connect

////
ifndef::env-cloud[]
For more information, see xref:redpanda-connect:ai-agents:mcp-server/concepts.adoc[].
endif::[]

ifdef::env-cloud[]
For more information, see xref:redpanda-cloud:ai-agents:mcp/remote/concepts.adoc[].
endif::[]
////
4 changes: 0 additions & 4 deletions modules/terms/partials/operator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
:term-name: Redpanda Operator
:hover-text: Extends Kubernetes with custom resource definitions (CRDs), which allow Redpanda clusters to be treated as native Kubernetes resources.
:category: Redpanda in Kubernetes

ifndef::env-cloud[]
For more information, see xref:ROOT:deploy:deployment-option/self-hosted/kubernetes/kubernetes-production-deployment.adoc[].
endif::[]
3 changes: 0 additions & 3 deletions modules/terms/partials/producer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@
:term-name: producer
:hover-text: A client application that writes events to Redpanda. Redpanda stores these events in sequence and organizes them into topics.
:category: Redpanda core


For more information, see xref:develop:produce-data/configure-producers.adoc[].
4 changes: 0 additions & 4 deletions modules/terms/partials/rack-awareness.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
:term-name: rack awareness
:hover-text: Feature that lets you distribute replicas of the same partition across different racks to minimize data loss and improve fault tolerance in the event of a rack failure.
:category: Redpanda features

ifndef::env-cloud[]
For more information, see xref:ROOT:manage:rack-awareness.adoc[].
endif::[]
2 changes: 0 additions & 2 deletions modules/terms/partials/rebalancing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ Redpanda provides various topic-aware tools to balance clusters for best perform
- Partition replica balancing moves partition replicas to alleviate disk pressure and to honor the configured replication factor across brokers and the additional redundancy across failure domains (such as racks). Redpanda provides partition replica rebalancing when brokers are added or decommissioned.
ifndef::env-cloud[]
- With an Enterprise license, you can additionally enable Continuous Data Balancing to continuously monitor broker and rack availability and disk usage.

For more information, see xref:ROOT:manage:cluster-maintenance/cluster-balancing.adoc[].
endif::[]
2 changes: 0 additions & 2 deletions modules/terms/partials/redpanda-connect-mcp-server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
:term-name: Redpanda Connect MCP server
:hover-text: A process that exposes Redpanda Connect components to MCP clients. You write each tool's logic using Redpanda Connect configurations and annotate them with MCP metadata so clients can discover and invoke them.
:category: Redpanda Connect

For more information, see xref:redpanda-connect:ai-agents:mcp-server/overview.adoc[].
8 changes: 0 additions & 8 deletions modules/terms/partials/redpanda-connect.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,3 @@
:term-name: Redpanda Connect
:hover-text: A framework for building data streaming applications using declarative YAML configurations. Redpanda Connect provides components such as inputs, processors, outputs, and caches to define data flows and transformations.
:category: Redpanda Connect

ifndef::env-cloud[]
For more information, see xref:redpanda-connect:ROOT:about.adoc[].
endif::[]

ifdef::env-cloud[]
For more information, see xref:redpanda-cloud:develop:connect/about.adoc[].
endif::[]
2 changes: 0 additions & 2 deletions modules/terms/partials/remote-mcp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
:term-name: Remote MCP
:hover-text: An MCP server hosted in your Redpanda Cloud cluster. It exposes custom tools that AI assistants can call to access your data and workflows.
:category: Redpanda Cloud

For more information, see xref:redpanda-cloud:ai-agents:mcp/remote/overview.adoc[].
4 changes: 0 additions & 4 deletions modules/terms/partials/retention.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
:term-name: retention
:hover-text: The mechanism for determining how long Redpanda stores data on local disk or in object storage before purging it.
:category: Redpanda core

ifndef::env-cloud[]
For more information, see xref:ROOT:manage:cluster-maintenance/disk-utilization.adoc[].
endif::[]
4 changes: 0 additions & 4 deletions modules/terms/partials/rolling-upgrade.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
:term-name: rolling upgrade
:hover-text: The process of upgrading each broker in a Redpanda cluster, one at a time, to minimize disruption and ensure continuous availability.
:category: Redpanda features

ifndef::env-cloud[]
For more information, see xref:ROOT:upgrade:rolling-upgrade.adoc[].
endif::[]
2 changes: 0 additions & 2 deletions modules/terms/partials/schema-registry.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
:term-name: Schema Registry
:hover-text: Redpanda Schema Registry (pandaproxy) is the interface for storing and managing event schemas. Producers and consumers register and retrieve schemas they use from the registry. It is built into the Redpanda binary and uses the default port 8081.
:category: Redpanda features

For more information, see xref:manage:schema-registry.adoc[].
4 changes: 0 additions & 4 deletions modules/terms/partials/tiered-storage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
:term-name: Tiered Storage
:hover-text: Feature that lets you offload log segments to object storage in near real-time, providing long-term data retention and topic recovery.
:category: Redpanda features

ifndef::env-cloud[]
For more information, see xref:ROOT:manage:tiered-storage.adoc[].
endif::[]