Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amend some typographic errors in docs/Architecture.md and docs/Authen… #30

Merged
merged 1 commit into from
Sep 21, 2016

Conversation

yush1ga
Copy link
Contributor

@yush1ga yush1ga commented Sep 21, 2016

Motivation

There were some typographic errors in documents.

Modifications

I amended following typographic errors.

  • "bookeeper"
  • "avaiable"
  • "immediatelly"
  • "individully"
  • succession of same words

Result

  • changed "bookeeper" into "bookkeeper"
  • changed "avaiable" into "available"
  • changed "immediatelly" into "immediately"
  • changed "individully"" into "individually"
  • deleted one of words in succession

@yahoocla
Copy link

Thank you for submitting this pull request, however I do not see a valid CLA on file for you. Before we can merge this request please visit https://yahoocla.herokuapp.com/ and agree to the terms. Thanks! 😄

@yahoocla
Copy link

CLA is valid!

Copy link
Contributor

@merlimat merlimat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@merlimat merlimat merged commit 001ce01 into apache:master Sep 21, 2016
sijie added a commit to sijie/pulsar that referenced this pull request Mar 4, 2018
…JavaInstance (apache#30)

### Motivation

SerDe is user defined class which used for serializing and deserializing objects for functions. So the initialization of a SerDe class should happen along with Function class and done by the context class loader.

Also SerDe should be a generic-typed interface and the type should be consistent with function type.

### Modifications

- make SerDe a generic-typed interface
- move SerDe initialization to JavaInstance and use the thread context class loader
- verify SerDe type
- move reflection related code to a util class `Reflections`

### Result

- SerDe is a generic-typed interface
- JavaInstance initializes both function and serdes and verifies the types.
massakam pushed a commit to massakam/pulsar that referenced this pull request Aug 6, 2020
Change Interface to same as java / cpp client.
hangc0276 pushed a commit to hangc0276/pulsar that referenced this pull request May 26, 2021
* Complete implememtation of group coordinator

* Complete the implementation of GroupCoordinator

* Implement group coordinator service

* Handle group coordinator requests

*Motivation*

We already implement Kafka group coordinator. This change wires the group coordinator
requests with the Kafka group coordinator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants