Gareth Western

Results 20 comments of Gareth Western

I have the same issue trying the node example: ``` ➜ node producer.js -f $HOME/.confluent/librdkafka.config -t test-topic Something went wrong: Error: Local: Timed out ➜ cat $HOME/.confluent/librdkafka.config bootstrap.servers=:9092 sasl.username= sasl.password=...

``` { Error: Local: Timed out at Function.createLibrdkafkaError [as create] (/home/myuser/code/examples/clients/cloud/nodejs/node_modules/node-rdkafka/lib/error.js:261:10) at /home/myuser/code/examples/clients/cloud/nodejs/node_modules/node-rdkafka/lib/admin.js:132:28 message: 'Local: Timed out', code: -185, errno: -185, origin: 'kafka' } ```

👍 for this feature. I'm not an expert but i can work with someone to set up a test environment if that would help

@bennetelli can we see what you tried anywhere? I also think this would be a great feature.

That makes sense. But in this case, with SimpleDiscoveryClient, we're not using a service registry (i.e. when developing locally, outside Openshift). In the (deprecated) NoopDiscoveryClientAutoConfiguration there is a method for...

Same problem. OS: Fedora 29

@ltmleo have you looked at [ApplicationSets](https://argocd-applicationset.readthedocs.io/en/stable/)?

Also interested in an updated release :)

Yeah, I'm interested in getting it working with the upcoming Spring Cloud Greenwich release so I'll spend a few hours to try and get that working, but I can't guarantee...

That's a good point, which I hadn't really considered. I'm pretty confident that we don't actually need any of the remaining Openshift-specific features at the moment. Our openshift cluster is...