Hiroshi Hatake

Results 57 issues of Hiroshi Hatake

Signed-off-by: Hiroshi Hatake

This PR patches should be treated as major update. Fluentd core development team strongly recommended to use v0.14 API, and I've tried to use v0.14 API in this plugin. BTW,...

Fluentd v0.14 implements `EventTime` extension type: https://github.com/fluent/fluentd/wiki/Forward-Protocol-Specification-v1#eventtime-ext-format Is there way to handle this on rmp-serialize crate?

P: low

## Step to replicates 1. Build ./sample/basic WASM application 2. Move to wamr-compiler and build wamrc 3. Built AOT object from ./out/wasm-apps/testapp.wasm with wamrc: ```console /path/to/wamr-compiler/build/wamrc --cpu=apple-m1 --size-level=3 -o ./out/wasm-apps/testapp.aot...

Check [CONTRIBUTING guideline](https://github.com/fluent/fluentd/blob/master/CONTRIBUTING.md) first and here is the list to help us investigate the problem. - fluentd or td-agent version. Fluentd v0.14 - Your problem explanation. If you have an...

feature request
v1

Fixes #127 This option should be needed due to high frequently traffic environment. When flood of messages are reached in this client, keep_alive! response may not reached until response timeout...

When flood of messages are reached in this client on weak CPU environment, keep_alive! response may not reached until response timeout and causes MQTT::ProtocolException with "No Ping Response received for...

Currently, building Windows Server Core images require to build them by hands. We should plan to create Windows Server Core GitHub Actions task. But no rush for this, whenever we...

enhancement

Revised #30. And I modified `setErrorHandler/removeErrorHandler` in `AsyncRawSocketSender`. Should I add tests for `AsyncRawSocketSender`?

`MK_PLUGIN_AUTH` is broken because it still uses `mk_server_config` which is not defined anywhere since https://github.com/monkey/monkey/commit/c1c0445f6214fd6cc74ec6a530585f9130bc65c2: ```log ~/GitHub/monkey/plugins/auth/conf.c:149:44: error: incomplete definition of type 'struct mk_server_config' struct mk_list *hosts = &mk_api->config->hosts; ~~~~~~~~~~~~~~^...