Skip to content

Commit

Permalink
Update preparation of KafkaStreamsBaseRetriever
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Jun 30, 2024
1 parent 884162f commit 5332985
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public KafkaStreamsBaseRetriever(IKafkaCluster kafkaCluster, IEntityType entityT
_builder ??= builder;
_topicName = _entityType.TopicName(kafkaCluster.Options);
_usePersistentStorage = _kafkaCluster.Options.UsePersistentStorage;
_properties ??= _kafkaCluster.Options.StreamsOptions(_kafkaCluster.Options.ApplicationId);
_properties ??= _kafkaCluster.Options.StreamsOptions(_entityType);

string storageId = _entityType.StorageIdForTable(_kafkaCluster.Options);
_storageId = _usePersistentStorage ? storageId : Process.GetCurrentProcess().ProcessName + "-" + storageId;
Expand Down

0 comments on commit 5332985

Please sign in to comment.