Skip to content

Releases: ancashoria/graphql-kafka-subscriptions

0.4.0

27 Aug 14:49
Compare
Choose a tag to compare
  • Providing the publish method matching the actual PubSubEngine interface (#24 )
  • Simplifying the event channel code using event emitter (#24 )
  • Support for message headers and custom message key function (#24 )
  • Integration tests with Docker (#24 )
  • Improving error handling (#24 )

Thanks to @fmannhardt for great contribution

v0.2.5

15 Mar 11:34
Compare
Choose a tag to compare
  • Added globalConfig object that get's passed directly to Producer and Consumer
  • Updated node-rdkafka
  • Updated documentation