why BlobServer use ServerSocket instead of Netty's ServerBootstrap?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

why BlobServer use ServerSocket instead of Netty's ServerBootstrap?

makeyang
after checking code, I found that BlobServer use ServerSocket instead of
Netty's ServerBootstrap.
I wonder why and is it ok to migtate to ServerBootstrap



--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: why BlobServer use ServerSocket instead of Netty's ServerBootstrap?

Timo Walther
Hi,

I think this question should rather be send to the dev@ mailing list.
But I will loop in Nico that might know more about the implementation
details.

Regards,
Timo

Am 11.06.18 um 05:07 schrieb makeyang:
> after checking code, I found that BlobServer use ServerSocket instead of
> Netty's ServerBootstrap.
> I wonder why and is it ok to migtate to ServerBootstrap
>
>
>
> --
> Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/


Reply | Threaded
Open this post in threaded view
|

Re: why BlobServer use ServerSocket instead of Netty's ServerBootstrap?

makeyang
Reply | Threaded
Open this post in threaded view
|

Re: why BlobServer use ServerSocket instead of Netty's ServerBootstrap?

Till Rohrmann
Hi Makeyang,

it has historical reasons why the BlobServer is using server sockets. It is just how it was first developed and we never had the capacities and need to change it.

Cheers,
Till

On Tue, Jun 12, 2018 at 4:32 AM makeyang <[hidden email]> wrote:
thanks



--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/