Re: [DISCUSS] Add e2e step to PR checklist

2018-10-05 Thread Casey Stella
This is really good feedback, Nick. I agree, we need them to be reliable enough to not be a source of constant false positives prior to putting them into the checklist. On Thu, Oct 4, 2018 at 15:34 Nick Allen wrote: > I think we still have an issue of reliability. I can never reliably get >

Re: Custom parser using Jackson instead of json-simple

2018-10-05 Thread Otto Fowler
The ParserBolt is written to JSON simple, so although the interface is in practice it is . The answer is no right now. Feel free to open a jira. On October 5, 2018 at 02:52:37, Muhammed Irshad (irshadkt@gmail.com) wrote: Hi All, Is it not possible to use any Json library other than

Custom parser using Jackson instead of json-simple

2018-10-05 Thread Muhammed Irshad
Hi All, Is it not possible to use any Json library other than json-simple while writing custom parsers ? I could see we should implement custom parser interface MessageParser in document. What if I need to use Jackson instead of json-simple ? I see