> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/eksploatacja-aplikacji/monitorowanie/monitoring-zdarzen-platformowych/kouncil.md).

# Kouncil

## Kouncil <a href="#kafkanaposzczegolnychsrodowiskachiobslugakouncil-kouncil" id="kafkanaposzczegolnychsrodowiskachiobslugakouncil-kouncil"></a>

### Topics <a href="#kafkanaposzczegolnychsrodowiskachiobslugakouncil-topics" id="kafkanaposzczegolnychsrodowiskachiobslugakouncil-topics"></a>

In the Topics tab, you will find all topics available on the cluster selected in the top-right corner.

<figure><img src="/files/24cea9ffab769ee0f8851774e604bed15c8ad581" alt=""><figcaption></figcaption></figure>

#### Messages <a href="#kafkanaposzczegolnychsrodowiskachiobslugakouncil-wiadomosci" id="kafkanaposzczegolnychsrodowiskachiobslugakouncil-wiadomosci"></a>

By clicking on a given topic, the user is taken to the view of messages sent to that topic.

<figure><img src="/files/51098ce459beb92af0d0bd490a67ac6255723bf6" alt=""><figcaption></figcaption></figure>

### Brokers <a href="#kafkanaposzczegolnychsrodowiskachiobslugakouncil-brokers" id="kafkanaposzczegolnychsrodowiskachiobslugakouncil-brokers"></a>

In the Brokers tab, you will find information about the configuration of individual brokers.

<figure><img src="/files/e61622b52854a680059862d7e8795668b70f4ff7" alt=""><figcaption></figcaption></figure>

### Consumer groups <a href="#kafkanaposzczegolnychsrodowiskachiobslugakouncil-consumergroups" id="kafkanaposzczegolnychsrodowiskachiobslugakouncil-consumergroups"></a>

In the Consumer groups tab, you will find information about consumer groups. By clicking on a given consumer group, you will find information about the individual consumers belonging to that group.

<figure><img src="/files/fe2c0365748c1daa39216beb4c841e93829c738d" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/020c0c7850353fcd7b465d3f74082571784dca4c" alt=""><figcaption></figcaption></figure>

### Resending an event <a href="#kafkanaposzczegolnychsrodowiskachiobslugakouncil-ponownewyslanieeventu" id="kafkanaposzczegolnychsrodowiskachiobslugakouncil-ponownewyslanieeventu"></a>

\
When viewing individual messages in a topic, it is possible to resend it. To resend an event, click on it.

<figure><img src="/files/5329f1494abe63f41b036ee72b69c2c9e05bca5f" alt=""><figcaption></figcaption></figure>

\
On the right side, a window with the event data will appear, click '**resend event'.** Then we can edit it and click **'send event'**.

<figure><img src="/files/708a0c270844954c48748a9fd72ff7eb3f0019e3" alt=""><figcaption></figcaption></figure>


---

# 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.eximee.com/documentation/documentation-en/eksploatacja-aplikacji/monitorowanie/monitoring-zdarzen-platformowych/kouncil.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.
