hamid646m
hamid646m
I'm getting exception for: java.net.UnknownHostException: ip-X-X-X-X: ip-X-X-X-X: Name or service not known at java.base/java.net.InetAddress.getLocalHost(InetAddress.java:1642) at net.rubyeye.xmemcached.monitor.XMemcachedMbeanServer.initialize(XMemcachedMbeanServer.java:74) at net.rubyeye.xmemcached.monitor.XMemcachedMbeanServer.(XMemcachedMbeanServer.java:64) at net.rubyeye.xmemcached.monitor.XMemcachedMbeanServer.(XMemcachedMbeanServer.java:57) at net.rubyeye.xmemcached.impl.Optimizer.(Optimizer.java:68) at net.rubyeye.xmemcached.impl.MemcachedConnector.(MemcachedConnector.java:587) even do `xmemcached.jmx.enable` is not enabled...
With `PollingConfig` it is possible to set `maxRecord` here: https://github.com/awslabs/amazon-kinesis-client/blob/master/amazon-kinesis-client/src/main/java/software/amazon/kinesis/retrieval/polling/PollingConfig.java#L79 but there is no such a config for FanOut. https://github.com/awslabs/amazon-kinesis-client/blob/master/amazon-kinesis-client/src/main/java/software/amazon/kinesis/retrieval/fanout/FanOutConfig.java Reason for having this parameter is to control consumption rate
…radle know that the module wants to transitively export that dependency to other modules, so that it's available to them at both runtime and compile time. This configuration behaves just...
How about adding a config to show/hide instances URI? some instances are not exposed and having the URI there give wrong impression.
I would like to recommend an enhancement: using a configuration to store failed tasks in the database. Here's a use-case I've encountered: for a task, I employ short retries, typically...
Dear community, how can you do something like this in jib? ``` FROM .... COPY --from=nginx /docker-entrypoint.d /docker-entrypoint.d .... ```