Jin Xu
Jin Xu
Agree that the method generating unique id should be replaced. Using ip and time as unique id in distributed environment is kind of kidding.
Not clear what problem the PR solves. Performance? Better rate limiting? or else ?
The "lost+found" directory is generated automatically by the ext4 filesystem used by convoy as the default when formatting volumes. It's an inherent thing of ext filesystems for recovering filesystem from...
I don't know. For the problem, can't you just mount the volume to /data of the container and get the container write data to a subdirectory of /data?
I just found a way that may work for your case. You can first mount the convoy volume by using "convoy mount --mountpoint=/path ", then create a empty dir in...
If --two-way is not given, it does only push. Otherwise, it first does push, and then pull from server based on the modification time of the notes. When pushing, only...
Some issue on my test. Can anyone take a look why?
My fluentd version is 0.14.25, while the route plugin 1.0.0
I used fluentd 0.12 and route plugin 0.2.0 for comparison, it works.
It's interesting that after removing the comment following the first copy in the route section, it worked. Is there a bug in the code? ``` add_tag_prefix metrics.event copy # For...