I'd like to point out an issue with the documentation website.
At http://pulsar.apache.org/docs/en/io-connectors/ almost all of the
links to IO connectors are broken. For example, the link for
Elasticsearch sink points to
http://pulsar.apache.org/docs/en/io-connectors/io-elasticsearch.md#sink
which gives a 404 Not Found.
Looking in the source repo, the documentation is here:
https://github.com/apache/pulsar/blob/master/site2/docs/io-elasticsearch-sink.md
However I can't find the corresponding page in the published website.
For example,
http://pulsar.apache.org/docs/en/io-elasticsearch-sink/
does not work either.
Regards,
Brian.
P.S. A few other doc problems:
- in the navbar on the left, says "Persmissions" instead of "Permissions"
- I came across other broken links, e.g. on
http://pulsar.apache.org/docs/en/deploy-bare-metal/ it says:
Since Pulsar 2.1.0 release, Pulsar introducesstateful function
<http://pulsar.apache.org/docs/en/deploy-bare-metal/functions-state.md>for
Pulsar Functions.
"stateful function" links to
http://pulsar.apache.org/docs/en/deploy-bare-metal/functions-state.md
which does not exist. I couldn't find it in the main site, although I
found an old version at
http://pulsar.apache.org/docs/en/2.1.0-incubating/functions-state/
In general I think it would be a good idea to run Linkchecker
<https://wummel.github.io/linkchecker/> - it finds quite a large number
of 404s, which I won't list here:
$ linkchecker --ignore-url='/2.*' http://pulsar.apache.org/docs/en/
- There is contradictory information at
http://pulsar.apache.org/docs/en/concepts-architecture-overview/#apache-bookkeeper
as to whether Pulsar does or does not support non-persistent message stores.
-----
At the moment, Pulsar only supports persistent message storage. This
accounts for the|persistent|in all topic names. Here's an example:
|persistent://my-tenant/my-namespace/my-topic |
*Copy*
Pulsar also supports ephemeral (non-persistent
<http://pulsar.apache.org/docs/en/concepts-messaging#non-persistent-topics>)
message storage.
-----
- There is contradictory information about what versions of python are
supported. At http://pulsar.apache.org/docs/en/client-libraries-python/
it says that versions 3.4-3.7 are supported, but there is a link to
http://pulsar.apache.org/api/python/ where it says that only version 2.7
is supported.