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

lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 7bd49e87b5ea Remove duplicate pulsar-io-netty nar on download page
7bd49e87b5ea is described below

commit 7bd49e87b5ea04e45c023cee5da0f6f0023f67d0
Author: Adit Chawdhary <[email protected]>
AuthorDate: Wed May 15 12:52:33 2024 +0530

    Remove duplicate pulsar-io-netty nar on download page
    
    Fixes https://github.com/apache/pulsar/issues/22229
    
    The artifact pulsar-io-netty-3.2.1.nar appears twice on the download page 
with different descriptions.
---
 data/connectors.js | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/data/connectors.js b/data/connectors.js
index e2c7da666b0d..cf593340f643 100644
--- a/data/connectors.js
+++ b/data/connectors.js
@@ -179,12 +179,6 @@ module.exports = [
     type: 'Sink',
     link: 'https://lucene.apache.org/solr/'
   },
-  {
-    name: 'netty',
-    longName: 'TCP/UDP with Netty source',
-    type: 'Source',
-    link: 'https://netty.io/'
-  },
   {
     name: 'data-generator',
     longName: 'Test Data Generator source',

Reply via email to