yonigibbs commented on issue #19299: URL: https://github.com/apache/pulsar/issues/19299#issuecomment-1398326044
Found one more thing: the docs around starting window functions (https://pulsar.apache.org/docs/2.11.x/functions-quickstart/#start-window-functions) give these two commands: ``` bin/pulsar-client consume -s test-sub -n 0 test_window_result ``` and ``` bin/pulsar-client produce -m "3" -n 10 test_window_src ``` However in the actual supplied example (see https://github.com/apache/pulsar/blob/master/pulsar-functions/java-examples/src/main/resources/example-window-function-config.yaml#L24-L25) we see this: ``` inputs: ["test_src"] output: "test_result" ``` Notice the the topic names are different: they're missing the word `window` in their names. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
