Is there acl or other things on kafka?

2013-11-04 Thread zhao weinan
Hi, i've searched the mailing list archive, but nothing found. I'm wondering how to prevent test producer from sending dirty messages to a production broker? -- zhaown

Re: Is there acl or other things on kafka?

2013-11-04 Thread Joe Stein
There is a security proposal in the works https://cwiki.apache.org/confluence/display/KAFKA/Security but nothing yet. How to prevent your scenario is going to depend a little on what circumstances would occur where test messages are occurring in production but is something you have to take care of

Re: Is there acl or other things on kafka?

2013-11-04 Thread zhao weinan
Hi, joe Thanks for replying. I've found that proposal which is last updated 2 month ago, and i think maybe i don't need that much securiting. I simple way to ban arbitrary message out is enough for me. For your solution, how to assure isProduction=0 in test enviroment? What if huge amounts of tes