2019-10-01 15:15:19 UTC - Mathieu Holl: @Mathieu Holl has joined the channel ---- 2019-10-01 21:02:06 UTC - Jerry Peng: Hey everyone there seems to be a problem creating topics when using master branch. When creating a topic via producer, regardless of whether the topic specified is partitioned or not, the topic will be created as a partitioned topics. Regular topics will be created as partitioned topics with one partition. This breaks the reader API as readers cannot read from partitioned topics ---- 2019-10-01 21:02:32 UTC - Jerry Peng: This might be caused by the recent changes to allow users to be able to create partitioned topics with one partition ---- 2019-10-01 21:05:48 UTC - Addison Higham: <https://apache-pulsar.slack.com/archives/C5ZSVEN4E/p1569474437032300> <- I noticed that with the code ---- 2019-10-01 21:06:13 UTC - Addison Higham: seems like the functionality is fine... the default in the config just seems surprising ---- 2019-10-01 21:07:37 UTC - Jerry Peng: @Addison Higham oh thanks ---- 2019-10-01 21:07:59 UTC - Jerry Peng: ya I don’t think the default should be partitioned ---- 2019-10-01 23:19:46 UTC - Ali Ahmed: I have created a vcpkg port for installing libpulsar on windows <https://github.com/aahmed-se/vcpkg> ---- 2019-10-01 23:20:48 UTC - Ali Ahmed: here are the instructions for windows machines ```git clone <https://github.com/aahmed-se/vcpkg> cd vcpkg bootstrap-vcpkg.bat vcpkg.exe install libpulsar:x64-windows ``` ----