Re: [VOTE] 3.2.1 RC3

2022-07-22 Thread Christopher Shannon
+1 (non binding) I built from source and ran through some of the tests including all the connect runtime tests. I verified that KAFKA-14079 was included and the fix looked good in my tests. On Thu, Jul 21, 2022 at 9:15 PM David Arthur wrote: > Hello Kafka users, developers and client-developers

Re: Each empty partition has 21MB by default

2019-02-19 Thread Christopher Shannon
Kafka preallocates the index files so this is normal. This size is configurable using the property: segment.index.bytes You can find more information by searching that property in the documentation: https://kafka.apache.org/documentation/ On Tue, Feb 19, 2019 at 6:39 AM Soheil Pourbafrani wrote:

Re: Passing SSL client principal to custom JAAS module with SSL or SASL_SSL

2017-02-13 Thread Christopher Shannon
ful for discussion. > > Regards, > > Rajini > > On Mon, Feb 13, 2017 at 1:17 PM, Christopher Shannon < > christopher.l.shan...@gmail.com> wrote: > > > Thanks for the response Rajini. > > > > It might be nice to support both but really I just need a mechanism t

Re: Passing SSL client principal to custom JAAS module with SSL or SASL_SSL

2017-02-13 Thread Christopher Shannon
tificates as well as using > SASL? Or do you just need some mechanism to get hold of the client > credentials with SSL? > > Regards, > > Rajini > > On Fri, Feb 10, 2017 at 5:46 PM, Christopher Shannon < > christopher.l.shan...@gmail.com> wrote: > > > I need t

Passing SSL client principal to custom JAAS module with SSL or SASL_SSL

2017-02-10 Thread Christopher Shannon
I need to create a custom JAAS module for authentication but I need to pass client certificate credentials as the principal. SASL_SSL mode has support for a JAAS module but from looking at the source code there doesn't appear to be a way to pass SSL client credentials to the module. The only call