|
2 | 2 | <?xml-stylesheet type="text/xsl"?>
|
3 | 3 | <rdf:RDF xml:lang="en"
|
4 | 4 | xmlns="http://usefulinc.com/ns/doap#"
|
5 |
| - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
6 |
| - xmlns:asfext="http://projects.apache.org/ns/asfext#" |
7 |
| - xmlns:foaf="http://xmlns.com/foaf/0.1/"> |
| 5 | + xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#" |
| 6 | + xmlns:asfext="https://projects.apache.org/ns/asfext#" |
| 7 | + xmlns:foaf="https://xmlns.com/foaf/0.1/"> |
8 | 8 | <!--
|
9 | 9 | Licensed to the Apache Software Foundation (ASF) under one or more
|
10 | 10 | contributor license agreements. See the NOTICE file distributed with
|
|
21 | 21 | See the License for the specific language governing permissions and
|
22 | 22 | limitations under the License.
|
23 | 23 | -->
|
24 |
| - <Project rdf:about="http://kafka.apache.org/"> |
| 24 | + <Project rdf:about="https://kafka.apache.org/"> |
25 | 25 | <created>2014-04-12</created>
|
26 | 26 | <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
|
27 | 27 | <name>Apache Kafka</name>
|
28 |
| - <homepage rdf:resource="http://kafka.apache.org/" /> |
29 |
| - <asfext:pmc rdf:resource="http://kafka.apache.org" /> |
| 28 | + <homepage rdf:resource="https://kafka.apache.org/" /> |
| 29 | + <asfext:pmc rdf:resource="https://kafka.apache.org" /> |
30 | 30 | <shortdesc>Apache Kafka is a distributed, fault tolerant, publish-subscribe messaging.</shortdesc>
|
31 | 31 | <description>A single Kafka broker can handle hundreds of megabytes of reads and writes per second from thousands of clients. Kafka is designed to allow a single cluster to serve as the central data backbone for a large organization. It can be elastically and transparently expanded without downtime. Data streams are partitioned and spread over a cluster of machines to allow data streams larger than the capability of any single machine and to allow clusters of co-ordinated consumers. Kafka has a modern cluster-centric design that offers strong durability and fault-tolerance guarantees. Messages are persisted on disk and replicated within the cluster to prevent data loss. Each broker can handle terabytes of messages without performance impact.</description>
|
32 | 32 | <bug-database rdf:resource="https://issues.apache.org/jira/browse/KAFKA" />
|
33 |
| - <mailing-list rdf:resource="http://kafka.apache.org/contact.html" /> |
34 |
| - <download-page rdf:resource="http://kafka.apache.org/downloads.html" /> |
| 33 | + <mailing-list rdf:resource="https://kafka.apache.org/contact.html" /> |
| 34 | + <download-page rdf:resource="https://kafka.apache.org/downloads.html" /> |
35 | 35 | <programming-language>Scala</programming-language>
|
36 |
| - <category rdf:resource="http://projects.apache.org/category/big-data" /> |
| 36 | + <category rdf:resource="https://projects.apache.org/projects.html?category#big-data" /> |
37 | 37 | <repository>
|
38 | 38 | <SVNRepository>
|
39 |
| - <location rdf:resource="http://git-wip-us.apache.org/repos/asf/kafka.git"/> |
| 39 | + <location rdf:resource="https://gitbox.apache.org/repos/asf/kafka.git"/> |
40 | 40 | <browse rdf:resource="https://github.com/apache/kafka"/>
|
41 | 41 | </SVNRepository>
|
42 | 42 | </repository>
|
|
0 commit comments