Member since
05-21-2018
14
Posts
0
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3590 | 06-21-2018 01:10 PM | |
2465 | 06-18-2018 09:19 AM |
10-04-2019
10:51 AM
This happens with me also. Amazingly, it gives the exact same timeout ms. [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms.
... View more
06-21-2018
01:15 PM
Glad you figured this out. Thanks for posting your solution for other forum users.
... View more
06-20-2018
12:47 PM
I'm glad you figured this out. There are some other places you can look for information about provider-specific configuration properties as well. There are reference configuration files here: https://github.com/cloudera/director-scripts/tree/master/configs From the help menu in the Director UI, you can access the API console, and the provider-metadata endpoints there will show you all the valid provider-specific configuration properties. If you're comfortable reading code, the plugins that enable Director to work with multiple cloud providers are open source. If you search those repositories for ConfigurationPropertyToken, you will see the classes that define the metadata for the provider-specific configuration properties. The AWS repository, for example, is here: https://github.com/cloudera/director-aws-plugin/tree/v2
... View more