Re: gRPC protocol handler

2021-09-16 Thread Sijie Guo
person to > > maintain the protocol handler. You can grow the community for a given > > protocol handler as well. It is how we build and maintain KoP, AoP, > > and MoP. > > > > 2. gRPC isn't a zero-copy protocol. It is not well suited for > > implementing

Re: gRPC protocol handler

2021-09-08 Thread Jonathan Ellis
;t a zero-copy protocol. It is not well suited for > implementing high-throughput streaming services. > > 3. Unlike KoP, MoP and AoP which are implementing well-known messaging > protocols, the gRPC protocol handler is not an extension to support a > different protocol. It is essentially

Re: gRPC protocol handler

2021-07-27 Thread Sijie Guo
gRPC isn't a zero-copy protocol. It is not well suited for implementing high-throughput streaming services. 3. Unlike KoP, MoP and AoP which are implementing well-known messaging protocols, the gRPC protocol handler is not an extension to support a different protocol. It is essentially re-im

gRPC protocol handler

2021-07-27 Thread Christophe Bornet
streaming products like Kafka and AMQP. I’ve created a PIP <https://github.com/apache/pulsar/wiki/PIP-59%3A-gPRC-Protocol-Handler> and an implementation of a gRPC protocol handler, but review of the pull request stalled out <https://github.com/apache/pulsar/pull/6512> so I moved my imple

Re: PIP for gRPC protocol handler

2020-03-05 Thread Sijie Guo
#x27;d like to propose the following PIP on a gRPC protocol handler : > https://gist.github.com/cbornet/f0a18c4528c2be129bb120cc231b62c6 > See https://github.com/apache/pulsar/issues/271 for a discussion on having > gRPC as an alternative protocol for Pulsar. > I also have a MVP of the

PIP for gRPC protocol handler

2020-03-05 Thread Christophe Bornet
Dear Pulsar team, I'd like to propose the following PIP on a gRPC protocol handler : https://gist.github.com/cbornet/f0a18c4528c2be129bb120cc231b62c6 See https://github.com/apache/pulsar/issues/271 for a discussion on having gRPC as an alternative protocol for Pulsar. I also have a MVP o