2020-01-18 13:12:30 UTC - Roman Popenov: For the documentation, it would 
definitely help to mention that the template files 
(<https://github.com/apache/pulsar/blob/master/deployment/kubernetes/helm/pulsar/templates/broker-configmap.yaml#L41>)
 should have the `PF_`  prefix for the configuration to pick up like so:
``` PF_containerFactory: k8s
 PF_kubernetesContainerFactory_submittingInsidePod: "true"
 PF_kubernetesContainerFactory_percentMemoryPadding: "10"```
It’s also not self evident that `k8s` should be for the runtime enviroment to 
change (for script to pick it up as per 
<https://github.com/apache/pulsar/blob/master/docker/pulsar/scripts/gen-yml-from-env.py#L81>
----
2020-01-18 13:47:56 UTC - Fernando: what is the correct way of using the flag 
`custom-schema-inputs` in pulsar functions? What is the schema class that I 
have to pass?
• is the schema class the name of the pre-created topic schema?
• is the schema class the class name of a class I implement in my function?
Example: I have a topic that already has an AVRO schema. I use that topic as 
the input of my function. No matter what I pass to `custom-schema-inputs` , the 
input is always a string. If inside my function I define the correct AVRO 
schema and apply the `decode` method to the input string, I get the correct 
deserialized object. But I thought the point of `custom-schema-inputs`  is that 
I don’t have to do this.
----
2020-01-18 15:00:28 UTC - Fernando: Are there any plans of implementing 
function windows and intervals for python? I want  to see if I can work on 
that, but I need some guidance finding how Java does it. I've looked at some of 
the Java code but I'm a bit confused where the highest level windowing logic 
takes place
----
2020-01-18 16:21:14 UTC - Matteo Merli: cc/ @Jerry Peng 
----
2020-01-19 02:15:36 UTC - Kevin Ma: @Kevin Ma has joined the channel
----
2020-01-19 02:36:26 UTC - Jennifer Huang: hi all, thanks for your valuable 
comments, we’ll investigate the issue and add docs accordingly
----
2020-01-19 03:32:52 UTC - Ashish Purkar: @Ashish Purkar has joined the channel
----

Reply via email to