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

mchades pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new d656d75f5 [#4148] fix(Kafka-catalog): improve readability of hint 
message (#4311)
d656d75f5 is described below

commit d656d75f569a98d07bc07a76ce2fe13b73431beb
Author: Jenish Thapa <[email protected]>
AuthorDate: Tue Jul 30 14:50:32 2024 +0530

    [#4148] fix(Kafka-catalog): improve readability of hint message (#4311)
    
    ### What changes were proposed in this pull request?
    
    Improved the readability of the hint message for the Apache Kafka
    catalog. The updated hint message is now:
    "The Apache Kafka brokers to connect to, allowing for multiple brokers
    separated by commas"
    
    ### Why are the changes needed?
    
    The previous hint message was unclear and less readable. The new message
    provides a clearer instruction to the users, enhancing the user
    experience.
    
    Fix: #4148
    
    ### Does this PR introduce _any_ user-facing change?
    
    _No_
    
    ### How was this patch tested?
    
    _No need_
---
 web/src/lib/utils/initial.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/src/lib/utils/initial.js b/web/src/lib/utils/initial.js
index fc7f6d203..e3af62274 100644
--- a/web/src/lib/utils/initial.js
+++ b/web/src/lib/utils/initial.js
@@ -41,7 +41,7 @@ export const messagingProviders = [
         key: 'bootstrap.servers',
         value: '',
         required: true,
-        description: 'The Apache Kafka broker(s) to connect to, allowing for 
multiple brokers by comma-separating them'
+        description: 'The Apache Kafka brokers to connect to, allowing for 
multiple brokers separated by commas'
       }
     ]
   }

Reply via email to