uber / uReplicator

Improvement of Apache Kafka Mirrormaker
Apache License 2.0
917 stars 199 forks source link

Adds security in uReplicator with SSL/SASL encryption #213

Closed saisandeep closed 5 years ago

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

elderjeb commented 5 years ago

Is this still being worked on? This is a vital to make this usable in a secure cluster.

xhl1988 commented 5 years ago

Is this still being worked on? This is a vital to make this usable in a secure cluster.

Yes, we are testing the client upgrade internally.

dbaclin commented 5 years ago

Hi - I was just wondering if there had been any update since last month?

saisandeep commented 5 years ago

Hi @dbaclin , we identified an issue with the NewSimpleConsumer used in the PR. We're trying to address that. Will let you know about any progress.

elderjeb commented 5 years ago

It's been a couple weeks so I'm checking in again. How goes the testing?

zhanglu9 commented 5 years ago

Could you provide instructions on how to use this for secure clusters (SSL)? Want to get hands dirty before it is officially released. Thanks

yangy0000 commented 5 years ago

Could you provide instructions on how to use this for secure clusters (SSL)? Want to get hands dirty before it is officially released. Thanks

Hey, we are not working on this diff anymore, I'm going to close it. On the other hand, we are currently re-write ureplicator worker, I have put our WIP diff in pull request #239 , the new worker is using high-level consumer, so the support for secure clusters comes for free.

prat0318 commented 3 years ago

Some more security enhancements are now added under #334