Skip to content
#

event-driven

Here are 860 public repositories matching this topic...

dapr
Davidde94
Davidde94 commented Jun 3, 2021

There are some instances, particularly in tests, where it would be really useful to provide a clean API for comparing a ByteBuffer and an expected array of bytes.

Current method

XCTAssert(buffer.readableBytesView == ByteBufferView([0x05, 0x00]))
XCTAssert(buffer == ByteBuffer(bytes: [0x05, 0x00]))

I think we should provide a shorthand convenience, e.g.

XCTAsser
keda
effector
vanniewelt
vanniewelt commented May 14, 2021

Correct me if I'm wrong, but it seems to me that different effector-vue APIs (especially Options API vs. Hooks API) assume different Vue versions.

For example, I tried to use Hooks API in combination with Vue 2 & @vue/composition-api but it won't compile because it tries to import composition functions directly from vue module (as in Vue 3) instead of @vue/compositon-api module (as in V

sharadregoti
sharadregoti commented Feb 4, 2021

Describe the bug

The response of MongoDB is inconsistent wrt to SQL databases if the schema has links of type array. When the nested table doesn't have any rows/documents in it. The response returned is different

Expected behaviour

Actual behaviour

Steps to reproduce

  • Fire the query & observer the result
link table as array
if nested table has no rows, postgres 
watermill
breml
breml commented Mar 10, 2021

For an implementation of #126 (PostgreSQL driver with SKIP LOCKED), I create a SQL table for each consumer group containing the offsets ready to be consumed. The name for these tables is build by concatenating some prefix, the name of the topic and the name of the consumer group. In some of the test cases in the test suite, UUID are used for both, the topic and the consumer group. Each UUID has

This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.

  • Updated Jun 1, 2021
  • C#

EventMesh is a dynamic cloud-native eventing infrastruture used to decouple the application and backend middleware layer, which supports a wide range of use cases that encompass complex multi-cloud, widely distributed topologies using diverse technology stacks.

  • Updated Jun 21, 2021
  • Java

Improve this page

Add a description, image, and links to the event-driven topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the event-driven topic, visit your repo's landing page and select "manage topics."

Learn more