[GitHub] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-10-10 Thread gheo21
Github user gheo21 commented on the issue: https://github.com/apache/flink/pull/2397 Hi @rmetzger, Thanks for the update, np. --- 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 this

[GitHub] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-10-10 Thread rmetzger
Github user rmetzger commented on the issue: https://github.com/apache/flink/pull/2397 Yes, I'm still planning to merge it. I was sick the last few weeks, that's why I didn't proceed. I'm hopefully okay now and I'll try to merge your change today. Thank you for rebasing it again.

[GitHub] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-10-06 Thread gheo21
Github user gheo21 commented on the issue: https://github.com/apache/flink/pull/2397 Hi guys @StephanEwen @rmetzger , I've rebased once again the branch and fixed the merge conflicts. The travis build has two failed builds but one is connection reset by maven and the other one is

[GitHub] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-09-26 Thread rmetzger
Github user rmetzger commented on the issue: https://github.com/apache/flink/pull/2397 I've rebased to current master and triggered a build. https://travis-ci.org/rmetzger/flink/builds/162871029 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-09-26 Thread rmetzger
Github user rmetzger commented on the issue: https://github.com/apache/flink/pull/2397 Thank you. The pull request is now good to be merged! --- 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] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-09-06 Thread gheo21
Github user gheo21 commented on the issue: https://github.com/apache/flink/pull/2397 Hi @rmetzger , The build got green. Everything should be ok, right? Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-09-02 Thread gheo21
Github user gheo21 commented on the issue: https://github.com/apache/flink/pull/2397 done, green build! https://travis-ci.org/apache/flink/builds/157038347 thx! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-09-02 Thread gheo21
Github user gheo21 commented on the issue: https://github.com/apache/flink/pull/2397 Sure, did it. Let's see if it get's green! Thanks. --- 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 this

[GitHub] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-09-02 Thread rmetzger
Github user rmetzger commented on the issue: https://github.com/apache/flink/pull/2397 Could you rebase to master again, so that the build turns green? https://travis-ci.org/apache/flink/builds/155979197 Thank you! --- If your project is set up for it, you can reply to this

[GitHub] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-09-02 Thread gheo21
Github user gheo21 commented on the issue: https://github.com/apache/flink/pull/2397 Hi @rmetzger, Thanks for taking a look. Do I need to do anything else to get it merged? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-08-30 Thread rmetzger
Github user rmetzger commented on the issue: https://github.com/apache/flink/pull/2397 +1 to merge --- 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 this feature enabled and wishes so, or if

[GitHub] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-08-29 Thread gheo21
Github user gheo21 commented on the issue: https://github.com/apache/flink/pull/2397 @StephanEwen pull request updated, please have a look! --- 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] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-08-29 Thread gheo21
Github user gheo21 commented on the issue: https://github.com/apache/flink/pull/2397 @StephanEwen I will submit shortly an update then you can take a look. Thanks! --- 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

[GitHub] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-08-29 Thread gheo21
Github user gheo21 commented on the issue: https://github.com/apache/flink/pull/2397 Hi @StephanEwen, Thanks for taking a look at this. This would only make sense if I catch the exception in the catch block of the getPartitionsForTopic method. However, I can only check

[GitHub] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-08-29 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2397 @gheo21 Do you plan to update this Pull Request? --- 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] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-08-23 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2397 The validation code may easily fail if the broker list format is off. How about only doing extra work in case of a `java.nio.channels.ClosedChannelException`? You can catch the exception,

[GitHub] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-08-23 Thread gheo21
Github user gheo21 commented on the issue: https://github.com/apache/flink/pull/2397 @StephanEwen can you please take a look if it makes sense? there is also a small discussion in the Jira issue about it. Thanks! --- If your project is set up for it, you can reply to this email and