> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/data-pipeline-3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/data-pipeline-3/advance-configuration-and-monitoring/data-channel.md).

# Data Channel

​Data Pipelines use the Kafka topics as communication channels to pass information between two or more components. It is crucial for the functionality of the pipeline that brokers are up and running.&#x20;

The Data Channel displays the health of the brokers, the number of partitions per broker, and Disk Space used.​

{% hint style="info" %}
*Check out the given walk-through to understand Data Channel..*
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fuq3RSHHup7fjHYaspk7y%2Fuploads%2F5ZavfuRx9J9cAMGIvWAY%2F2023-03-30-18-41-20%20(online-video-cutter.com).mp4?alt=media&token=ec3c765e-2f4d-4371-891a-8edfa4c00b6d>" %}
*Data Chanel*&#x20;
{% endembed %}

{% hint style="info" %}
*<mark style="color:green;">Please Note</mark>: The <mark style="color:green;">green</mark>* *indicator in status shows the broker is up and running; if it is <mark style="color:red;">red</mark> then the broker is down.*
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bdb.ai/data-pipeline-3/advance-configuration-and-monitoring/data-channel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
