Skip to content

Conversation

@TonyDMorris
Copy link

small typo in the response struct returned by fetch latest offset

@sourcelevel-bot
Copy link

Hello, @TonyDMorris! This is your first Pull Request that will be reviewed by SourceLevel, an automatic Code Review service. It will leave comments on this diff with potential issues and style violations found in the code as you push new commits. You can also see all the issues found on this Pull Request on its review page. Please check our documentation for more information.


- Github:
[new_api.md](https://github.com/kafka_ex/kafkaex/blob/master/new_api.md)
- HexDocs: [New API](new_api.html)

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces

* HexDocs: [New API](new_api.html)
For more information on the v1.0 API, see

- Github:

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces


For more information on the v1.0 API, see
- Github: [kayrock.md](https://github.com/kafka_ex/kafkaex/blob/master/kayrock.md)
- HexDocs: [kayrock-based client](kayrock.html)

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces

* HexDocs: [kayrock-based client](kayrock.html)

For more information on the v1.0 API, see
- Github: [kayrock.md](https://github.com/kafka_ex/kafkaex/blob/master/kayrock.md)

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces

- The new client should be compatible with existing code when used this way.
- Many functions now suppoert an `api_version` parameter, see below for details,
e.g., how to store offsets in Kafka instead of Zookeeper.
- Version 1.0 of KafkaEx will be based on Kayrock and have a cleaner API - you

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces

- This is new implementation and we need people to test it!
- Set `kafka_version: "kayrock"` to use the new client implementation.
- The new client should be compatible with existing code when used this way.
- Many functions now suppoert an `api_version` parameter, see below for details,

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces

See below for details.
- This is new implementation and we need people to test it!
- Set `kafka_version: "kayrock"` to use the new client implementation.
- The new client should be compatible with existing code when used this way.

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces

can start testing this API by using modules from the `KafkaEx.New` namespace.
See below for details.
- This is new implementation and we need people to test it!
- Set `kafka_version: "kayrock"` to use the new client implementation.

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces

* Version 1.0 of KafkaEx will be based on Kayrock and have a cleaner API - you
can start testing this API by using modules from the `KafkaEx.New` namespace.
See below for details.
- This is new implementation and we need people to test it!

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces

- Message Compression with Snappy and gzip
- Offset Management (fetch / commit / autocommit)
- Consumer Groups
- Topics Management (create / delete)

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces

- Fetch Messages
- Message Compression with Snappy and gzip
- Offset Management (fetch / commit / autocommit)
- Consumer Groups

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces

- Produce Messages
- Fetch Messages
- Message Compression with Snappy and gzip
- Offset Management (fetch / commit / autocommit)

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces

- Broker and Topic Metadata
- Produce Messages
- Fetch Messages
- Message Compression with Snappy and gzip

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces

* Topics Management (create / delete)
- Broker and Topic Metadata
- Produce Messages
- Fetch Messages

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces

* Consumer Groups
* Topics Management (create / delete)
- Broker and Topic Metadata
- Produce Messages

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces

* Offset Management (fetch / commit / autocommit)
* Consumer Groups
* Topics Management (create / delete)
- Broker and Topic Metadata

Choose a reason for hiding this comment

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

Incorrect list-item indent: add 2 spaces

@sourcelevel-bot
Copy link

SourceLevel has finished reviewing this Pull Request and has found:

  • 16 possible new issues (including those that may have been commented here).

You can see more details about this review at https://app.sourcelevel.io/github/kafkaex/kafka_ex/pulls/382.

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.

1 participant