Muga Nishizawa

Results 23 comments of Muga Nishizawa

@xerial Thank you for your suggestions. Interesting. To customize fluent-logger behavior, users can extend to Sender class and implement it. But I think that your approach is better and more...

@xerial @komamitsu @oza I agree with you. Plan1 allows user to customize error handling easier. I think that it's good to design and implement the feature in the next major...

Hi @shinji62, Thank you for your reporting and investigating. I talk about it with other collaborators. So, please wait. Thanks, Muga

https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/java-admin-indices.html#java-admin-indices-put-mapping @jmwiersma @sakama How can we specify this mapping as plugin config options? Any thoughts?

Thank you. name and file path (or json content) are good as config options. Will take it.

@dmikurube This is good idea. How about the following test? Is it out of scope of this PR? It seems that the test's still not ignored. My test: ``` import...

How about `EmbulkTestRuntime` might throw `AssumptionViolatedException` if it could detect `AssumptionViolatedException` that is included in the caught exception. It seems that My IntelliJ treats `AssumptionViolatedException` in the same way as...

related to https://github.com/embulk/embulk/pull/889