Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Mautsch committed Jul 9, 2024
1 parent 8e37421 commit 50383b6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ private void createStreams(Connection connection) throws Exception {
//only for testing one stream for all, for production it could be one stream per subject
var streamConfig = StreamConfiguration.builder()
.name("all")
.subjects("*")
//.subjects("patient", "practitioner") //"patient.*", "practitioner.*")
.subjects("*") //"patient.*", "practitioner.*")
.storageType(StorageType.File)
.build();

Expand Down

0 comments on commit 50383b6

Please sign in to comment.