You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pulsar.apache.org by Apache Pulsar Slack <ap...@gmail.com> on 2019/12/07 09:11:03 UTC

Slack digest for #general - 2019-12-07

2019-12-06 09:29:15 UTC - Fernando: Hey guys, what’s the proper way of using a python consumer listener without the main python program exiting? My python script only creates a consumer listener and that’s it :snake:
doing a simple
```while True:
  continue```
at the end makes the cpu go 100%
----
2019-12-06 13:28:04 UTC - Naby: import time
….
while True:
    time.sleep(1)
----
2019-12-06 14:54:26 UTC - Pedro Cardoso: Is the schema registry a separate service in a pulsar deployment or part of a pulsar-specific component (e.g: Broker)? Could it be run standalone without dependencies on other pulsar components?
----
2019-12-06 15:28:38 UTC - David Kjerrumgaard: @Pedro Cardoso The schema registry is internal to Pulsar. It runs inside the brokers and uses BookKeeper storage for the schemas
+1 : Pedro Cardoso
----
2019-12-06 15:55:36 UTC - Sijie Guo: Can you write the instructions of how to reproduce it?
----
2019-12-06 16:08:36 UTC - Cory Davenport: Hi @Sijie Guo,

We did get it to work. We have to create an extra command to apply the access. Not sure if its just mac. But once we brought down the docker image. The permissions would reset back to mac. And when you brought up the docker image again. It seemed like docker/pulsar didnt know how to read the permissions.

But the way the storage is handled and permissions were assigned. All is working now.
----
2019-12-06 16:18:03 UTC - Sijie Guo: Oh okay
+1 : Cory Davenport
----
2019-12-07 01:19:08 UTC - Greg Hoover: Thanks very much. 
----
2019-12-07 02:08:17 UTC - Andrew Brown: @Andrew Brown has joined the channel
----
2019-12-07 03:35:52 UTC - Venugopal Madathil: @Venugopal Madathil has joined the channel
----
2019-12-07 06:46:05 UTC - Venu: @Venu has joined the channel
----
2019-12-07 07:04:50 UTC - Kaden Wilkinson: @Kaden Wilkinson has joined the channel
----