danieljoos / libkafka-asio

C++ Kafka Client Library using Boost Asio
MIT License
76 stars 40 forks source link

Refactor/topic partitions #21

Closed danieljoos closed 8 years ago

danieljoos commented 8 years ago

Refactored the part about TopicMap and TopicVector. Now, all response/request classes (that have topic-partition-related information) define 4 types:

Diagram

Response classes use maps and requests use vectors.

The documentation has been adapted and cleaned using markdownlint.

This may break existing code, as the type definitions for TopicMap and TopicVector do no longer exist!