Skip to content

Commit

Permalink
fix: producer naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Jun 14, 2023
1 parent 6a1b8ff commit e8b7d64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace PostalRegistry.Producer.Snapshot.Oslo
using Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore;
using PostalInformation.Events;

[ConnectedProjectionName("Kafka producer")]
[ConnectedProjectionName("Kafka producer snapshot oslo")]
[ConnectedProjectionDescription("Projectie die berichten naar de kafka broker stuurt.")]
public sealed class ProducerProjections : ConnectedProjection<ProducerContext>
{
Expand Down

0 comments on commit e8b7d64

Please sign in to comment.