Daijiro Fukuda
Daijiro Fukuda
`/Users/dai/work/fluent-package-builder/td-agent/staging/opt/td-agent/lib/ruby/gems/2.7.0/gems/rdkafka-0.11.1/ext/tmp/arm64-apple-darwin21.4.0/ports/librdkafka/1.8.2/compile.log` ``` gcc -MD -MP -gstrict-dwarf -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -Wcast-align -I/usr/local/Cellar/[email protected]/1.1.1q/include -I/usr/local/Cellar/[email protected]/1.1.1q/include -I/opt/homebrew/Cellar/zstd/1.5.0/include -I/opt/homebrew/Cellar/lz4/1.9.3/include -c rdkafka.c -o rdkafka.o gcc -MD -MP -gstrict-dwarf -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal...
Hmm, Hmm, it seems to still be OpenSSL problem. ``` ld: warning: ignoring file /usr/local/Cellar/[email protected]/1.1.1q/lib/libcrypto.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64 ld: warning: ignoring...
> > I am also concerned here. > > https://github.com/fluent/fluent-package-builder/blob/2165980aea141af9e24ebda39918ba062159b302/td-agent/Rakefile#L339 > > It's no problem, it's for Windows. We have no plan to support Windows for Arm. I see! Thanks!...
I have rebased to the latest mater.
We refactored some variable names.
We refactored some variables again.
We fixed several bugs. We will reorganize this branch soon because the number of commits has become too large.
@ashie @fujimotos Thank you for considering assigning me the implementation of such an interesting feature. I looked through the current `in_unix.rb` code and code of similar plugins, and considered the...
@chenxianpao I have released `fluent-plugin-unix-client`. - Git repository: https://github.com/daipom/fluent-plugin-unix-client - Ruby gem: https://rubygems.org/gems/fluent-plugin-unix-client I have confirmed that this can receive json format data as a client, but I don't know...
@chenxianpao Thank you for the test. This plugin is designed to recognize JSON objects with a delimiter `\n` as follows. ``` {"A":"x","B":"y"}\n {"A":"x","B":"y"}\n {"A":"x","B":"y"}\n ... ``` However, this socket data...