Skip to content

Commit 15ed820

Browse files
Haaroleangitbook-bot
authored andcommitted
GITBOOK-37: Add a common problem w/ msk timeout from discord
1 parent c70711d commit 15ed820

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

faq/common-problems.md

+15
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,21 @@ Check the [required permissions](../configuration/configuration/required-acls.md
1616

1717
https://github.com/provectus/kafka-ui/discussions/1104#discussioncomment-1656843 https://github.com/provectus/kafka-ui/discussions/1104#discussioncomment-2963449 https://github.com/provectus/kafka-ui/issues/2184#issuecomment-1198506124
1818

19+
## AWS MSK: TimeoutException
20+
21+
Thanks to ahlooli#2666 on discord:
22+
23+
1. Create a secret in AWS secret manager store that contains key:value pair with 1 username and 1 password, there are certain rules to be followed like the name of the secret (eg. need to start with MSK\_ \*\*), so need to refer back to AWS documentation.
24+
2. Proceed to MSK console and create the MSK cluster, my cluster was the "provisioned" type. Then choose SASL/SCRAM. Another option also needs to follow documentation for your preferred configuration.
25+
3. After the Cluster has been created, you can then proceed to associate the Secrets created earlier to MSK cluster. (Done in MSK Console)
26+
4. Then we can proceed to create a custom security group that allows port 9096 (or whichever MSK broker is using). Rough idea:
27+
1. Source: ESK cluster security group
28+
2. Type: TCP
29+
3. Port: 9096
30+
5. Find out all the MSK's broker ENI. Proceed to attach the above sec. group to each ENI. (if you have 3 brokers which means you have 3 Eni, you need to do it manually 1 by 1)
31+
32+
At this stage, the AWS side should have sufficient permission to allow KAFKA-UI to communicate with it.
33+
1934
## DataBufferLimitException: Exceeded limit on max bytes to buffer
2035

2136
Increase `webclient.max-in-memory-buffer-size` property value. Default value is `20MB`.

0 commit comments

Comments
 (0)