On 02/11/2019 04:11, Sijie Guo wrote:
2. Can a newly-deployed function be told to consume the compacted
version of a topic?
In theory yes. However this is not exposed as well. Can you create a
github issue for this?
Created: https://github.com/apache/pulsar/issues/5538
4. From the command line, can I wipe *all* the state stored for a
function?
The mechanism of wiping the state is in place. You can use bk tool to
do so. However it might be making more sense add a command to
pulsar-admin.
5. Can I list the stored state keys, so I can iterate over them?
(Aside:
I looked in the REST API documentation, but it doesn't seem to cover
administering functions at all)
The mechanism is also in place. We can also add that.
Created: https://github.com/apache/pulsar/issues/5539
Thanks!
Brian.