Occurrent 0.2.1 is now available, it’s very small release that fixed some issues that were found in 0.2.0. It includes the following changes:
- Fixed typo in
CatchupSupportingBlockingSubscriptionConfig
, renamed methoddontSubscriptionPositionStorage
todontUseSubscriptionPositionStorage
. - Added
getSubscriptionPosition()
toPositionAwareCloudEvent
that returnsOptional<SubscriptionPosition>
. - Removed duplicate
GenericCloudEventConverter
located in theorg.occurrent.application.service.blocking.implementation
package. Useorg.occurrent.application.converter.implementation.CloudEventConverter
instead. - Handling if the domain model returns a null
Stream<DomainEvent>
in theGenericApplicationService
.
Documentation has been updated to reflect the changes.