# End to End Kafka Streams Application - WordCount

- [13. Scaling our Application](https://architectures.gitbook.io/project/apahce-kafka/kafka-streams-for-data-processing/end-to-end-kafka-streams-application-wordcount/13.-scaling-our-application.md)
- [12. Packaging the application as FatJar & running the FatJar](https://architectures.gitbook.io/project/apahce-kafka/kafka-streams-for-data-processing/end-to-end-kafka-streams-application-wordcount/12.-packaging-the-application-as-fatjar-and-running-the-fatjar.md)
- [11. Internal Topics for our Kafka Streams Application](https://architectures.gitbook.io/project/apahce-kafka/kafka-streams-for-data-processing/end-to-end-kafka-streams-application-wordcount/11.-internal-topics-for-our-kafka-streams-application.md)
- [10. Debugging Application from IntelliJ](https://architectures.gitbook.io/project/apahce-kafka/kafka-streams-for-data-processing/end-to-end-kafka-streams-application-wordcount/10.-debugging-application-from-intellij.md)
- [9. Running Application from IntelliJ](https://architectures.gitbook.io/project/apahce-kafka/kafka-streams-for-data-processing/end-to-end-kafka-streams-application-wordcount/9.-running-application-from-intellij.md)
- [8. Kafka Streams Graceful Shutdown](https://architectures.gitbook.io/project/apahce-kafka/kafka-streams-for-data-processing/end-to-end-kafka-streams-application-wordcount/8.-kafka-streams-graceful-shutdown.md)
- [7. Printing the Kafka Streams Topology](https://architectures.gitbook.io/project/apahce-kafka/kafka-streams-for-data-processing/end-to-end-kafka-streams-application-wordcount/7.-printing-the-kafka-streams-topology.md)
- [6. Wordcount Application Topology](https://architectures.gitbook.io/project/apahce-kafka/kafka-streams-for-data-processing/end-to-end-kafka-streams-application-wordcount/6.-wordcount-application-topology.md)
- [5. Java8 Lambda Functions - Quick Overview](https://architectures.gitbook.io/project/apahce-kafka/kafka-streams-for-data-processing/end-to-end-kafka-streams-application-wordcount/5.-java8-lambda-functions-quick-overview.md)
- [4. Kafka Streams Application Properties](https://architectures.gitbook.io/project/apahce-kafka/kafka-streams-for-data-processing/end-to-end-kafka-streams-application-wordcount/4.-kafka-streams-application-properties.md)
- [3. Starter Project Setup](https://architectures.gitbook.io/project/apahce-kafka/kafka-streams-for-data-processing/end-to-end-kafka-streams-application-wordcount/3.-starter-project-setup.md)
- [2. Kafka Streams Core Concepts](https://architectures.gitbook.io/project/apahce-kafka/kafka-streams-for-data-processing/end-to-end-kafka-streams-application-wordcount/2.-kafka-streams-core-concepts.md)
- [1. Section Objective](https://architectures.gitbook.io/project/apahce-kafka/kafka-streams-for-data-processing/end-to-end-kafka-streams-application-wordcount/1.-section-objective.md)


---

# Agent Instructions: 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:

```
GET https://architectures.gitbook.io/project/apahce-kafka/kafka-streams-for-data-processing/end-to-end-kafka-streams-application-wordcount.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
