Shinichi Ishimura

Results 9 issues of Shinichi Ishimura

ref: https://blog.liclab.com/2017-08-19/extract-and-anonymyze-by-embulk/ > ハッシュ化する際にsaltつけたい

Guess for JSON parser returns `charset` and `newline` option but they don't exist on JSON parser plugin. ```yaml in: type: file path_prefix: sample.json parser: type: json out: type: stdout ```...

## Overview Current built-in JSON parser plugin has only one feature that it can parse multiple JSON documents to Embulk records that have just one Embulk JSON column. We'd like...

feedback

- Replace Google's Optional with java.util.Optional - Correct order to import classes (especially `java.util.*`) - Remove unnecessary "public" scopes in PluginTask - Remove unused imports This is mainly for #1041....

- Embulk: 0.9.9 - OS: MacOS X 10.13.6 (High Sierra) It might be better to update rake's version in [the plugin template](https://github.com/embulk/embulk/blob/effe8985521311ca7f09864eccd04dd4f1313957/embulk-core/src/main/resources/org/embulk/plugin/template/java/build.gradle.vm#L93). ``` $ embulk new java-input foo 2018-11-18 08:34:45.466...

Although it's not so important, I'd like generated templates to be valid by default. I checked all types other than input plugin are also invalid. --- * Write the following...

## Summary A new transaction is created if its parent span is already finished with OpenTelemetry integration. ## Steps To Reproduce ```go func TestOtelTrace(t *testing.T) { if err := sentry.Init(sentry.ClientOptions{...

Topic: OpenTelemetry
Go
Bug
Spans

When developing a scheduled task, we sometimes want to run the task immediately even if it's scheduled once a day. So I think it's very useful if asynqmon has a...

We are using asynq for some apps and each app has some environments like `development`, `staging`, `production`. So there are a lot of asynq server in our platform and we...