[GitHub] storm issue #2066: [STORM-2472] kafkaspout should work normally in kerberos ...

2018-05-15 Thread aniketalhat
Github user aniketalhat commented on the issue: https://github.com/apache/storm/pull/2066 Hello Liu, Thanks for your quick reply, my one concern is that your PR is for storm-kafka-client(new consumer) where as I'm looking for storm-kafka(old consumer) solution, what do

[GitHub] storm issue #2066: [STORM-2472] kafkaspout should work normally in kerberos ...

2018-05-15 Thread liu-zhaokun
Github user liu-zhaokun commented on the issue: https://github.com/apache/storm/pull/2066 @aniketalhat You can look through my PR,and my intention was to export java.security.auth.login.config=the path to your keytab,and it works.You can try it. ---

[GitHub] storm issue #2066: [STORM-2472] kafkaspout should work normally in kerberos ...

2018-05-15 Thread aniketalhat
Github user aniketalhat commented on the issue: https://github.com/apache/storm/pull/2066 @liu-zhaokun how did you manage to solve this? Currently new storm-kafka-client isn't very stable and doesn't support the transactional spout. I've to connect to Kafka (0.11.0.2) via. Kerberos

[GitHub] storm issue #2066: [STORM-2472] kafkaspout should work normally in kerberos ...

2017-06-30 Thread hmcl
Github user hmcl commented on the issue: https://github.com/apache/storm/pull/2066 @liu-zhaokun Are you planning on following up on this PR? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] storm issue #2066: [STORM-2472] kafkaspout should work normally in kerberos ...

2017-04-25 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2066 @liu-zhaokun following upon my previous comment , do not use stom-kafka-client from 1.0.x-branch as there are lot of bug-fixes went into storm-kafka-client in Storm 1.1 release --- If your

[GitHub] storm issue #2066: [STORM-2472] kafkaspout should work normally in kerberos ...

2017-04-25 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2066 @liu-zhaokun I am still not sure why are we adding this code. One shouldn't be using 0.9 kafka clients and this storm-kafka-client will not work with 0.9 as the interface changed in 0.10 and we

[GitHub] storm issue #2066: [STORM-2472] kafkaspout should work normally in kerberos ...

2017-04-25 Thread liu-zhaokun
Github user liu-zhaokun commented on the issue: https://github.com/apache/storm/pull/2066 @vesense Hello,could you help me to review this PR? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] storm issue #2066: [STORM-2472] kafkaspout should work normally in kerberos ...

2017-04-23 Thread liu-zhaokun
Github user liu-zhaokun commented on the issue: https://github.com/apache/storm/pull/2066 @HeartSaVioR Could you help me to review this PR? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] storm issue #2066: [STORM-2472] kafkaspout should work normally in kerberos ...

2017-04-20 Thread liu-zhaokun
Github user liu-zhaokun commented on the issue: https://github.com/apache/storm/pull/2066 Hello, @harshach Looking forward to your reply. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] storm issue #2066: [STORM-2472] kafkaspout should work normally in kerberos ...

2017-04-13 Thread liu-zhaokun
Github user liu-zhaokun commented on the issue: https://github.com/apache/storm/pull/2066 @harshach It doesn't work even I have set system property in the topology.But we can do it by setting the path to "java.security.auth.login.config" in the 'open' method of kafkaspout. ---

[GitHub] storm issue #2066: [STORM-2472] kafkaspout should work normally in kerberos ...

2017-04-13 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/2066 @liu-zhaokun you can set it via topology.worker.childopts or worker.childopts. Lets is not put work-around for this when there is viable option to set it. Also 0.9 consumer API is for Alpha and its