[grpc-io] Re: Working example for Proxyless Java-based gRPC setup with java-control-plane

2023-02-01 Thread Oleg Cohen
Thank you for the info! It was helpful. 

I continued to work on the example and finally managed to get a local xDS 
server built based on the java-control-plane. Really need to understand xDS 
at the protocol level. I am not entirely sure if my set up is correct, but 
the communication is established through the xDS server and I can now dig 
deeper to figure things out.

Definitely nice to have a proxyless setup! 

On Tuesday, January 31, 2023 at 11:29:39 AM UTC-7 zi...@google.com wrote:

> grpc-java OSS has a unit test that implements an xds control plane
>
>
> https://github.com/grpc/grpc-java/blob/master/xds/src/test/java/io/grpc/xds/XdsTestControlPlaneService.java
>
> ping-pong test case: 
> https://github.com/grpc/grpc-java/blob/master/xds/src/test/java/io/grpc/xds/FakeControlPlaneXdsIntegrationTest.java#L88
>
> The example 
> https://github.com/grpc/grpc-java/blob/master/examples/example-xds/README.md 
> requires a control plane environment so it may not work locally 
> automatically
>
>
> Hope this helps,
>
> On Tuesday, January 31, 2023 at 10:07:14 AM UTC-8 Oleg Cohen wrote:
>
>> Greetings,
>>
>> I am looking for a working example of how to set up a Java-based 
>> proxyless gRPC application. I would like to have the set up run locally, 
>> not in K8S. Not able to get the java-control-plane to work properly with 
>> sample Xds server and client.
>>
>> Would appreciate any pointers to help with getting this work!
>>
>> Thank you,
>> Oleg
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/6e0adc5b-0cf0-4b06-bd1e-d234287532ben%40googlegroups.com.


[grpc-io] Re: Working example for Proxyless Java-based gRPC setup with java-control-plane

2023-01-31 Thread 'Ivy Zhuang' via grpc.io
grpc-java OSS has a unit test that implements an xds control plane

https://github.com/grpc/grpc-java/blob/master/xds/src/test/java/io/grpc/xds/XdsTestControlPlaneService.java

ping-pong test case: 
https://github.com/grpc/grpc-java/blob/master/xds/src/test/java/io/grpc/xds/FakeControlPlaneXdsIntegrationTest.java#L88

The 
example 
https://github.com/grpc/grpc-java/blob/master/examples/example-xds/README.md 
requires a control plane environment so it may not work locally 
automatically


Hope this helps,

On Tuesday, January 31, 2023 at 10:07:14 AM UTC-8 Oleg Cohen wrote:

> Greetings,
>
> I am looking for a working example of how to set up a Java-based proxyless 
> gRPC application. I would like to have the set up run locally, not in K8S. 
> Not able to get the java-control-plane to work properly with sample Xds 
> server and client.
>
> Would appreciate any pointers to help with getting this work!
>
> Thank you,
> Oleg
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/8a15ce3a-4fb9-4755-b35c-ec00ff50897dn%40googlegroups.com.