#Apache Kafka metadata fetch takes more than 40 sec to read and fetch why?

1 messages ยท Page 1 of 1 (latest)

echo merlin
scarlet parrotBOT
#

<@&987246399047479336> please have a look, thanks.

echo merlin
#

Full details of problem exist on stackoverflow question

wheat gazelle
#

Please share your actual question, a lot of people don't use stackoverflow anymore, and it requires extra navigation.

echo merlin
#

@wheat gazelle How can i do this in a single message. The stakoverflow question have code, explanation, and logs, and generally a lot of stuff to be full explanatory and precise about my problem i can't reproduce the same content in a discord chat is any other approach to provide a link or something? Maybe reddit?

scarlet parrotBOT
#

Please use this format for posting code:

```java
// Example java program
int value = 5;
System.out.println(value);
```

Which results in:

// Example java program
int value = 5;
System.out.println(value);

For syntax highlighting, you have to add the name of the language after the three backticks, like ```java. Please make sure to use exactly this format, so no space between the backticks and the language name, and a newline before the code starts. If done right, the syntax highlighting will even be applied to your text as you type, before sending.

knotty plume
#

There's gotta be a better way to load those properties.. Listing them out like that seems terrible..

#

Are they not stored in like a .prop file?

scarlet parrotBOT
#

@echo merlin

Your question has been closed due to inactivity.

If it was not resolved yet, feel free to just post a message below
to reopen it, or create a new thread.

Note that usually the reason for nobody calling back is that your
question may have been not well asked and hence no one felt confident
enough answering.

When you reopen the thread, try to use your time to improve the quality
of the question by elaborating, providing details, context, all relevant code
snippets, any errors you are getting, concrete examples and perhaps also some
screenshots. Share your attempt, explain the expected results and compare
them to the current results.

Also try to make the information easily accessible by sharing code
or assignment descriptions directly on Discord, not behind a link or
PDF-file; provide some guidance for long code snippets and ensure
the code is well formatted and has syntax highlighting. Kindly read through
https://stackoverflow.com/help/how-to-ask for more.

With enough info, someone knows the answer for sure ๐Ÿ‘

echo merlin
scarlet parrotBOT
#

@echo merlin

Your question has been closed due to inactivity.

If it was not resolved yet, feel free to just post a message below
to reopen it, or create a new thread.

Note that usually the reason for nobody calling back is that your
question may have been not well asked and hence no one felt confident
enough answering.

When you reopen the thread, try to use your time to improve the quality
of the question by elaborating, providing details, context, all relevant code
snippets, any errors you are getting, concrete examples and perhaps also some
screenshots. Share your attempt, explain the expected results and compare
them to the current results.

Also try to make the information easily accessible by sharing code
or assignment descriptions directly on Discord, not behind a link or
PDF-file; provide some guidance for long code snippets and ensure
the code is well formatted and has syntax highlighting. Kindly read through
https://stackoverflow.com/help/how-to-ask for more.

With enough info, someone knows the answer for sure ๐Ÿ‘

echo merlin
#

anyone help

knotty plume
#

I'm not very familiar with Kafka, sorry! ๐Ÿ™

scarlet parrotBOT
#

@echo merlin

Your question has been closed due to inactivity.

If it was not resolved yet, feel free to just post a message below
to reopen it, or create a new thread.

Note that usually the reason for nobody calling back is that your
question may have been not well asked and hence no one felt confident
enough answering.

When you reopen the thread, try to use your time to improve the quality
of the question by elaborating, providing details, context, all relevant code
snippets, any errors you are getting, concrete examples and perhaps also some
screenshots. Share your attempt, explain the expected results and compare
them to the current results.

Also try to make the information easily accessible by sharing code
or assignment descriptions directly on Discord, not behind a link or
PDF-file; provide some guidance for long code snippets and ensure
the code is well formatted and has syntax highlighting. Kindly read through
https://stackoverflow.com/help/how-to-ask for more.

With enough info, someone knows the answer for sure ๐Ÿ‘

echo merlin
steady geyser
#

we once had problems where our Kafka service run in a different data center then the consumers / providers. There were all sorts of network issues. From losing connections to very slow responses. I'm also not very familiar with Kafka, but it may not be a problem with Kafka, but with how and where it is deployed and how many parts there are in between the connections.

#

Can you recreate the issue in a local network environment? Or are you doing this already? (your IPs look local) xD