Giter VIP home page Giter VIP logo

pyconnect's People

Contributors

crandel avatar garrettthomaskth avatar hfjn avatar mrtrustworthy avatar ognjen-j avatar swenzel avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

hfjn

pyconnect's Issues

Support shared offset topic for PyConnectSources

PyConnectSources should be able to share a kafka topic so we do not have to create a new topic for each source. Sources will have to get an ID similar to the consumer group id which will be used to key their offset within the topic.
The ID can also be used as consumer group id by the consumer that reads from that offset topic so it won't have to go through the whole topic history.
In order to further cut down seek time, we can also initialize the topic with a rather high amount of partitions (say 50) and enable compaction on it.

Make sure the tests for our examples are running

Having examples that aren't working is embarrassing and we should try to avoid that.
The tests for the examples were disabled in #19, we need to re enable them, in order to make sure the examples don't break.

Improve source connector's schema generation mechanism

At the moment the source connector infers key and value schemas on first write. We should force subclasses to implement their own schema generation and expose the instance attributes holding the schemas so they can be overwritten on demand.

Unify e2e and local tests

All tests should be able to run both with a real kafka backend and with a mock. We wouldn't want to maintain two different sets of tests.

Enable partition eof by default

Librdkafka changed the default for enable.partition.eof from True to False. We didn't set that explicitly and were relying on the default value. We need to change that.

Wrap confluent_kafka library

In order to keep our code boundaries clean, we should wrap third party libraries and provide our own interfaces which are tailored to our needs.
This makes it easier to test our code or to switch to another library if necessary.
We should also introduce tests for third party APIs in order to make sure they behave the way we expect them to.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.