Re: [PR] [MINOR] Code Cleanup - Connect Module [kafka]

2024-05-30 Thread via GitHub


chia7712 merged PR #16066:
URL: https://github.com/apache/kafka/pull/16066


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] [MINOR] Code Cleanup - Connect Module [kafka]

2024-05-23 Thread via GitHub


sjhajharia opened a new pull request, #16066:
URL: https://github.com/apache/kafka/pull/16066

   ## What
   Code Cleanup in Connect Module
   
   ## Changes
   Some common changes include
   
   - Replace the Arrays.asList() with Collections.singletonList() wherever 
possible
   - Cleaning up some if-else blocks
   - Replacing some instances of String.builder() with String operations
   
   Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org