This website requires JavaScript.
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
You've already forked eShopOnContainers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
eShopOnContainers
/
src
/
BuildingBlocks
/
EventBus
/
EventBusKafka
/
IKafkaPersistentConnection.cs
6 lines
92 B
C#
Raw
Normal View
History
Unescape
Escape
Add EventBusKafka project skeleton
2023-02-13 11:23:51 +01:00
namespace
EventBusKafka
;
Add further details to Kafka eventbus skeleton. So far only copied details from other eventbus implementations. Key next steps are to implement a persistent connection abstraction (class) for the Kafka eventbus and the publish and subscribe functions. For this we need knowledge about how Kafka works, for example how one publishes events topics etc.
2023-02-13 12:42:56 +01:00
public
interface
IKafkaPersistentConnection
:
IDisposable
Add EventBusKafka project skeleton
2023-02-13 11:23:51 +01:00
{
}
Reference in New Issue
Copy Permalink