Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] [cli] Pulsar-client cli doesn't support timeout values given in apache pulsar reference website #22808

Open
3 tasks done
sandeep-mst opened this issue May 30, 2024 · 0 comments
Labels
type/bug The PR fixed a bug or issue reported a bug

Comments

@sandeep-mst
Copy link

Search before asking

  • I searched in the issues and found nothing similar.

Read release policy

  • I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker.

Version

OS: Linux, macOS
Java: 17
Pulsar Client and Broker: 3.2.2

Minimal reproduce step

  • Update the conf/client.conf file with lookupTimeoutMs, operationTimeoutMs and other timeout values described here
  • Run pulsar-perf or pulsar-client and observe the logs.
  • We get this info log from org.apache.pulsar.client.impl.ConsumerStatsRecorderImpl where the timeout values doesn't change with the configuration.

"operationTimeoutMs":30000,"lookupTimeoutMs":30000

What did you expect to see?

The timeout values getting picked up from the conf/client.conf.

What did you see instead?

The timeout values are always default values.

Anything else?

This works fine with Java client. The pulsar-cli tools have this issue.

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@sandeep-mst sandeep-mst added the type/bug The PR fixed a bug or issue reported a bug label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

No branches or pull requests

1 participant