Markliniubility opened a new pull request, #1014:
URL: https://github.com/apache/incubator-eventmesh/pull/1014

   <!--
   ### Contribution Checklist
   
     - Name the pull request in the form "[ISSUE #XXXX] Title of the pull 
request", 
       where *XXXX* should be replaced by the actual issue number.
       Skip *[ISSUE #XXXX]* if there is no associated github issue for this 
pull request.
   
     - Fill out the template below to describe the changes contributed by the 
pull request. 
       That will give reviewers the context they need to do the review.
     
     - Each pull request should address only one issue. 
       Please do not mix up code from multiple issues.
     
     - Each commit in the pull request should have a meaningful commit message.
   
     - Once all items of the checklist are addressed, remove the above text and 
this checklist, 
       leaving only the filled out template below.
   
   (The sections below can be removed for hotfixes of typos)
   -->
   
   ### Motivation
   
   *The goal is to expand the event storage component that EventMesh can 
support, Kafka, based on the existing API. This PR is the first step of this 
project, which implemented a consumer.*
   
   *This PR, as well as all the following PR on Kafka Connectors, will not be 
merged into the master. It will be merged into a Kafka branch instead*
   
   
   
   ### Modifications
   
   *A basic/mimimal consumer of Kafka.*
   
   
   
   ### Documentation
   
   - Does this pull request introduces a new feature? (yes / no)
   - Yes
   - If yes, how is the feature documented? (not applicable / docs / JavaDocs / 
not documented)
   - Not yet documented
   - If a feature is not applicable for documentation, explain why?
   - It will be documented after the completion of the producer and a 
functional Kafka connector
   - If a feature is not documented yet in this PR, please create a follow-up 
issue for adding the documentation
   - The follow-up will be creating the producer, as well as implementing more 
features of Kafka
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to