3.9.0 • Published 1 year ago

@gridql/kafka-event-consumer v3.9.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

3.8.9

1 year ago

3.8.4

1 year ago

3.8.2

1 year ago

3.8.1

1 year ago

3.8.0

1 year ago

3.7.0

1 year ago

3.6.0

1 year ago

3.5.0

1 year ago

3.4.3

1 year ago

3.4.2

1 year ago

3.2.0

1 year ago

3.1.5

2 years ago

3.1.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago