You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: site/_includes/explanations/admin-setup.md
+21
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
<!--
2
+
3
+
Licensed to the Apache Software Foundation (ASF) under one
4
+
or more contributor license agreements. See the NOTICE file
5
+
distributed with this work for additional information
6
+
regarding copyright ownership. The ASF licenses this file
7
+
to you under the Apache License, Version 2.0 (the
8
+
"License"); you may not use this file except in compliance
9
+
with the License. You may obtain a copy of the License at
10
+
11
+
http://www.apache.org/licenses/LICENSE-2.0
12
+
13
+
Unless required by applicable law or agreed to in writing,
14
+
software distributed under the License is distributed on an
15
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+
KIND, either express or implied. See the License for the
17
+
specific language governing permissions and limitations
18
+
under the License.
19
+
20
+
-->
21
+
1
22
Each of Pulsar's three admin interfaces---the [`pulsar-admin`](../../reference/CliTools#pulsar-admin) CLI tool, the [Java admin API](/api/admin), and the [REST API](../../reference/RestApi)---requires some special setup if you have [authentication](../../admin/Authz#authentication-providers) enabled in your Pulsar {% popover instance %}.
Copy file name to clipboardexpand all lines: site/_includes/explanations/client-url.md
+22-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
<!--
2
+
3
+
Licensed to the Apache Software Foundation (ASF) under one
4
+
or more contributor license agreements. See the NOTICE file
5
+
distributed with this work for additional information
6
+
regarding copyright ownership. The ASF licenses this file
7
+
to you under the Apache License, Version 2.0 (the
8
+
"License"); you may not use this file except in compliance
9
+
with the License. You may obtain a copy of the License at
10
+
11
+
http://www.apache.org/licenses/LICENSE-2.0
12
+
13
+
Unless required by applicable law or agreed to in writing,
14
+
software distributed under the License is distributed on an
15
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+
KIND, either express or implied. See the License for the
17
+
specific language governing permissions and limitations
18
+
under the License.
19
+
20
+
-->
21
+
1
22
To connect to Pulsar using client libraries, you need to specify a [Pulsar protocol](../../project/BinaryProtocol) URL.
2
23
3
24
Pulsar protocol URLs are assigned to specific {% popover clusters %}, use the `pulsar` scheme and have a default port of 6650. Here's an example for `localhost`:
@@ -30,4 +51,4 @@ If the topic is global, however, the URL for the topic will look like this:
30
51
31
52
{% include topic.html p="property" c="global" n="namespace" t="topic" %}
32
53
33
-
In that case, your client can use the broker service URL for *any* cluster in the {% popover instance %} and Pulsar's internal service discovery system will handle the rest.
54
+
In that case, your client can use the broker service URL for *any* cluster in the {% popover instance %} and Pulsar's internal service discovery system will handle the rest.
0 commit comments