You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2022/06/28 17:15:02 UTC

[kafka-site] branch asf-site updated: Add Globo (https://www.globo.com/) to the list of the "Powered By ❤️" (#373)

This is an automated email from the ASF dual-hosted git repository.

bbejeck pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 589641e7 Add Globo (https://www.globo.com/) to the list of the "Powered By ❤️" (#373)
589641e7 is described below

commit 589641e75f248bd2db2dd6ed9f0a62e0923d90e4
Author: Allan Assis <al...@hotmail.com>
AuthorDate: Tue Jun 28 14:14:58 2022 -0300

    Add Globo (https://www.globo.com/) to the list of the "Powered By ❤️" (#373)
    
    Co-authored-by: Allan Assis <al...@g.globo>
---
 images/powered-by/globo.png | Bin 0 -> 45849 bytes
 powered-by.html             |   6 ++++++
 2 files changed, 6 insertions(+)

diff --git a/images/powered-by/globo.png b/images/powered-by/globo.png
new file mode 100644
index 00000000..6d59b8a4
Binary files /dev/null and b/images/powered-by/globo.png differ
diff --git a/powered-by.html b/powered-by.html
index 9ad43949..f36ac342 100644
--- a/powered-by.html
+++ b/powered-by.html
@@ -2,6 +2,12 @@
 <script>
     // powered by items
     var poweredByItems = [
+    {
+        "link": "https://www.globo.com",
+        "logo": "globo.png",
+        "logoBgColor": "#FFFFFF",
+        "description": "Kafka is used at Globo to queue and stream real-time and batch data to our Big Data event ingestion. It is also used for our logging systems."
+    },
     {
         "link": "https://www.axios.com",
         "logo": "axios.png",