Ivan Majnarić

Results 12 comments of Ivan Majnarić

Currently this line is forbidding you to get all the configs since they are collected through _**validate**_ REST endpoint as @stheppi said https://github.com/jklukas/kafka/blob/ef1969011909bb6134af77ac03fc7d7c64eed3aa/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/AbstractHerder.java#L264 This is new at Kafka v1.1 and...

@crhicko as @Chaffelson mentioned you are most likely missing "/swagger" read policy in Registry for user with which you are trying to make a call Now, you cannot create that...

I think this is fixable with extending this one: https://github.com/Chaffelson/nipyapi/blob/e13e1f35cdc313d139d687ee7feb30cf9af6490b/nipyapi/security.py#L698 to this: `resource='/'.join([r, r_id]) if r_id else r` Checked on my side and this did a trick. @Chaffelson if you...

@cgmckeever, its on my local branch 👎 Give me a day to test it one more time although it is already working for us, but just whether I changed anything...

There is no documentation about connecting to Kafka with keytabs or using sasl.mechanism GSSAPI. Although there is no documentation I can see following issue which is closed: #204 and reference...

Hi @samba2 and everyone, We are wondering what's the state of this project as well aka whether there is any roadmap! :)

@cocotier @djoul2706 are you referring to Kafka protocol or? I managed to run kafka-utils processes under `SASL_PLAINTEXT` since if you dig into a code a bit kafka-utils is almost pure...

@tmendenhall Just to clarify, kafka_utils in my case didn't behave like client which authenticated to Kafka cluster I think that is not intention atm. My cluster sample looks the same...

@kouzant this is a well known issue in Kafka. When you are running Kafka in any other protocol than PLAINTEXT like for instance when you kerberize your cluster `host` becomes...

Yes, I got that thats why I asked can we expect any improvement :) Do you know any replacement or how to deal with lots of parquets?