Skip to content

Commit

Permalink
Update docs/modules/redpanda.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
  • Loading branch information
eddumelendez and kiview committed Aug 16, 2023
1 parent f645012 commit a4f9036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/redpanda.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Below is an example of how to create the `AdminClient`:
<!--/codeinclude-->

There are scenarios where connecting to the broker is needed. The consumer/producer can be another container
in the same network or a different process where port to connect to is different from the exposed port `9092`. E.g [Toxiproxy](../../docs/modules/toxiproxy.md).
in the same network or a different process where port to connect to differs from the default exposed port `9092`. E.g [Toxiproxy](../../docs/modules/toxiproxy.md).

<!--codeinclude-->
[Register listener](../../modules/redpanda/src/test/java/org/testcontainers/redpanda/RedpandaContainerTest.java) inside_block:registerListener
Expand Down

0 comments on commit a4f9036

Please sign in to comment.