Skip to content

Commit

Permalink
Merge edf3f86 into 1e1cab4
Browse files Browse the repository at this point in the history
  • Loading branch information
mapingo committed Sep 6, 2019
2 parents 1e1cab4 + edf3f86 commit ae2f137
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
event_sources:
- name: event.source
- name: example
is_default: true
location:
jms_uri: jms:topic:example.event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ subscriptions_descriptor:
events:
- name: example.events.cake-ordered
schema_uri: http://justice.gov.uk/example/event/listener/example.events.cake-ordered.json
event_source_name: event.source
event_source_name: example


Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ subscriptions_descriptor:

- name: example.events.recipe-photograph-added
schema_uri: http://justice.gov.uk/example/event/example.events.recipe-photograph-added.json
event_source_name: event.source
event_source_name: example


Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ subscriptions_descriptor:

- name: example.events.cake-made
schema_uri: http://justice.gov.uk/example/event/example.events.cake-made.json
event_source_name: event.source
event_source_name: example
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class CakeshopEventGenerator {

private final Clock clock = new UtcClock();

private static final String EVENT_SOURCE = "event.source";
private static final String EVENT_SOURCE = "example";

public Event createRecipeAddedEvent(final long seed, final PositionInStreamIterator positionInStreamIterator) {

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<framework-api.version>4.0.1</framework-api.version>
<framework.version>6.0.11</framework.version>
<event-store.version>2.0.11</event-store.version>
<event-store.version>2.0.13</event-store.version>
<framework-generators.version>2.0.8</framework-generators.version>
<file.service.version>1.17.11</file.service.version>

Expand Down

0 comments on commit ae2f137

Please sign in to comment.