Skip to content

Commit

Permalink
Update topic name for key rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
anien committed Oct 9, 2023
1 parent 03bead7 commit 5a201ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ class CryptoProcessorImpl @Activate constructor(
logger.trace("Starting processing on $rewrapGroupName ${Schemas.Crypto.REWRAP_MESSAGE_TOPIC}")
coordinator.getManagedResource<SubscriptionBase>(REWRAP_SUBSCRIPTION)!!.start()

val rekeyGroupName = "crypto.key.rotations.ops"
val rekeyGroupName = "crypto.key.rotation.ops"
coordinator.createManagedResource(REKEY_SUBSCRIPTION) {
subscriptionFactory.createDurableSubscription(
subscriptionConfig = SubscriptionConfig(
Expand Down

0 comments on commit 5a201ea

Please sign in to comment.