Closed alexvasseur closed 8 years ago
Which version of java-nats are you using? Do you have a different version of Netty in your classpath than what java-nats is expecting?
It shouldn't matter which version of CF you're using since you will only be getting JSON back from NATS.
BTW - I'm not sure if "vcap.component.discover" still does anything useful in PCF 1.7 since Cloud Foundry has been moving away from NATS for years. If you want to monitor the individual components in CF, use the Loggregator Firehose.
0.6.6 works with Spring boot 1.3.6
request("vcap.component.discover"...)
gives me the error below. Is there some version mismatch with this library and some NATS version or message? (using Pivotal Cloud Foundry 1.7)