Feng Yu

Results 225 comments of Feng Yu

Your pull request #101 ``` git clone https://github.com/confluentinc/bottledwater-pg.git git fetch origin pull/101/head:pull101 git checkout pull101 ``` But I tried the master branch code to build, still this error.

But I've already installed the `libsnappy1` package: ``` apt-get install libsnappy1 Reading package lists... Done Building dependency tree Reading state information... Done libsnappy1 is already the newest version. 0 upgraded,...

I know the reason. Here is my repo: ``` deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main ``` But this repo will install `libpq-dev` `9.5.4-1.pgdg14.04+1`. How to install `9.4` version?

Finall I build success, but get this error: ``` [FATAL] Replication stream was unexpectedly terminated: ERROR: could not load library "/usr/lib/postgresql/9.4/lib/bottledwater.so": /usr/lib/postgresql/9.4/lib/bottledwater.so: undefined symbol: avro_schema_union_append ``` Ah, it's very hard...

@badboyd Seems not helpful. Still this error. I've checkout your code and restarted bottledwater and postgresql. ``` [INFO] Writing messages to Kafka in JSON format [INFO] Replication slot "bottledwater" exists,...

Yes, I've installed the extension. Here is my tar package: ``` # tar tf bottledwater.tar.xz usr/local/include/avro/ usr/local/include/avro/generic.h usr/local/include/avro/allocation.h usr/local/include/avro/resolver.h usr/local/include/avro/basics.h usr/local/include/avro/data.h usr/local/include/avro/legacy.h usr/local/include/avro/refcount.h usr/local/include/avro/schema.h usr/local/include/avro/value.h usr/local/include/avro/io.h usr/local/include/avro/errors.h usr/local/include/avro/platform.h usr/local/include/avro/consumer.h usr/local/include/avro/msstdint.h...

I've recreated the extension, and seemed to be working: ``` select pg_drop_replication_slot('bottledwater'); drop extension bottledwater; create extension bottledwater; ``` ``` bash # /usr/local/bin/bottledwater -d postgres:// -b 127.0.0.1 -f json -u...

Thanks @mduesterhoeft . Or maybe we can render `example` outside `schema` is better. See: https://swagger.io/docs/specification/adding-examples/ And this also works: ```yaml openapi: 3.0.1 info: title: Grails-rest-seed API description: Grails-rest-seed API文档 version:...

这个有后续吗?wingit官方msys2仓库国内访问经常超时,希望可以镜像

@ZenithalHourlyRate 少同步了`binary-all`目录,使用的时候会报错: ```sh Get:6 https://mirrors.tuna.tsinghua.edu.cn/wine-builds/ubuntu jammy/main i386 Packages [34.9 kB] Ign:7 https://mirrors.tuna.tsinghua.edu.cn/wine-builds/ubuntu jammy/main all Packages Get:8 https://mirrors.tuna.tsinghua.edu.cn/wine-builds/ubuntu jammy/main amd64 Packages [35.1 kB] Err:7 https://mirrors.tuna.tsinghua.edu.cn/wine-builds/ubuntu jammy/main all Packages 404 Not Found...