Re: Broker Interceptors

2019-12-06 Thread radai
on the client-side auditor/interceptor/observer > > > (sorry > > > > > about the potential confusion caused by these words being used > > > > > interchangeably). > > > > > > > > > > Best regards, > > > > > Linco

Re: Broker Interceptors

2019-12-06 Thread Ismael Juma
; > > > On Wed, Dec 4, 2019 at 8:15 AM Thomas Aley > > wrote: > > > > > > > > > Thanks for the responses. I did worry about the challenge of > > exposing a > > > > > vast number of internal classes with general interceptor > framework. A &

Re: Broker Interceptors

2019-12-06 Thread Tom Bentley
t; > Thanks for the responses. I did worry about the challenge of > exposing a > > > > vast number of internal classes with general interceptor framework. A > > > less > > > > general solution more along the lines of the producer/consumer > > > > interceptors on the

Re: Broker Interceptors

2019-12-06 Thread Ismael Juma
come up with a pattern that could be > > > extended further in future if the community sees the demand. > > > > > > Looking through the discussion thread for KIP-388, I see a lot of good > > > points to consider and I intend to dive further into this.

Re: Broker Interceptors

2019-12-06 Thread Tom Bentley
tend to dive further into this. > > > > > > Tom Aley > > thomas.a...@ibm.com > > > > > > > > From: Ismael Juma > > To: Kafka Users > > Cc: dev > > Date: 03/12/2019 16:12 > > Subject:[EXTERNAL] Re: Broker I

Re: Broker Interceptors

2019-12-04 Thread Lincong Li
ey > thomas.a...@ibm.com > > > > From: Ismael Juma > To: Kafka Users > Cc: dev > Date: 03/12/2019 16:12 > Subject:[EXTERNAL] Re: Broker Interceptors > > > > The main challenge is doing this without exposing a bunch of internal > classes

RE: Broker Interceptors

2019-12-04 Thread Thomas Aley
: Ismael Juma To: Kafka Users Cc: dev Date: 03/12/2019 16:12 Subject:[EXTERNAL] Re: Broker Interceptors The main challenge is doing this without exposing a bunch of internal classes. I haven't seen a proposal that handles that aspect well so far. Ismael On Tue, Dec 3, 2019 at 7:21

Re: Broker Interceptors

2019-12-03 Thread radai
ceptors - the capability exists and it is an opt-in feature. > > > > > > > > As with the client interceptors and indeed interception in general, the > > > > interceptor implementations need to be thoughtfully crafted to ensure > > > > minimal performance

Re: Broker Interceptors

2019-12-03 Thread Ignacio Solis
n feature. > > > > > > As with the client interceptors and indeed interception in general, the > > > interceptor implementations need to be thoughtfully crafted to ensure > > > minimal performance impact. Yes the interceptor framework could tap > into > > >

Re: Broker Interceptors

2019-12-03 Thread Ismael Juma
ted to ensure > > minimal performance impact. Yes the interceptor framework could tap into > > nearly everything but would only be tapping into the subset of APIs that > > the user wishes to intercept for their use case. > > > > Tom Aley > > thomas.a...@ibm.com >

Re: Broker Interceptors

2019-12-03 Thread Sönke Liebau
early everything but would only be tapping into the subset of APIs that > the user wishes to intercept for their use case. > > Tom Aley > thomas.a...@ibm.com > > > > From: "M. Manna" > To: Kafka Users > Cc: d...@kafka.apache.org > Date: 02/12/20

RE: Broker Interceptors

2019-12-03 Thread Thomas Aley
to intercept for their use case. Tom Aley thomas.a...@ibm.com From: "M. Manna" To: Kafka Users Cc: d...@kafka.apache.org Date: 02/12/2019 11:31 Subject:[EXTERNAL] Re: Broker Interceptors Hi Tom, On Mon, 2 Dec 2019 at 09:41, Thomas Aley wrote: > Hi Kafka commun

Re: Broker Interceptors

2019-12-02 Thread M. Manna
Hi Tom, On Mon, 2 Dec 2019 at 09:41, Thomas Aley wrote: > Hi Kafka community, > > I am hoping to get some feedback and thoughts about broker interceptors. > > KIP-42 Added Producer and Consumer interceptors which have provided Kafka > users the ability to collect client side

Broker Interceptors

2019-12-02 Thread Thomas Aley
Hi Kafka community, I am hoping to get some feedback and thoughts about broker interceptors. KIP-42 Added Producer and Consumer interceptors which have provided Kafka users the ability to collect client side metrics and trace the path of individual messages end-to-end. This KIP also mentioned