ECF / grpc-RemoteServicesProvider

ECF Remote Services Provider based upon Google RPC (grpc). see http://www.grpc.io/
Apache License 2.0
3 stars 5 forks source link

Fix ecf-grpc console output on Karaf #11

Closed scottslewis closed 3 years ago

scottslewis commented 3 years ago

On equinox, the current impl of togglereflection, addreflection, removereflection shows:

grpc://localhost:50002 |active

While on karaf these commands show

https://github.com/ECF/grpc-RemoteServicesProvider/issues/6#issuecomment-817186174

The output from equinox is correct, so the impl may have to be adjusted for Karaf usage of console.

scottslewis commented 3 years ago

It seems that his is likely a problem with the karaf console implementation, since it works correctly on gogo:

see https://issues.apache.org/jira/browse/KARAF-5750

scottslewis commented 3 years ago

I've fixed this in 1.4.2. Closing.

eum2o commented 3 years ago

Looks fine now, thanks!

image