3.9.0 • Published 15 days ago

@gridql/kafka-event-consumer v3.9.0

Weekly downloads
-
License
MIT
Repository
-
Last release
15 days ago

Kafka Event Consumer

The grid is made up of multiple event stores. We have two primary ways of those events being generated:

  • user action
    • HTTP Request via the REST API
  • system reaction
    • Taking events from a queue

This modules focuses on the latter.

In principle all we have to do is:

  • Take event from queue
  • Discriminate based on operation type
  • Forward to RestAPI

TODO

Features

  • Basic happy path
    • CREATE
    • DELETE
    • UPDATE
  • Work with any field as "ID"
  • Split message out of envelope
  • Bulk changes
  • Default to picking up where the group left off
  • Sad path
    • Dead letter queue
    • validation of message
    • Handling network outages

NFRs

  • Performance tests
  • Integration test
3.9.0

15 days ago

3.8.9

16 days ago

3.8.4

2 months ago

3.8.2

2 months ago

3.8.1

2 months ago

3.8.0

2 months ago

3.7.0

2 months ago

3.6.0

2 months ago

3.5.0

3 months ago

3.4.3

3 months ago

3.4.2

3 months ago

3.2.0

4 months ago

3.1.5

5 months ago

3.1.0

9 months ago

3.0.1

10 months ago

3.0.0

10 months ago