@uber-clone/common 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -132,19 +132,19 @@ class KafkaClient {
132
132
  // { topic: Subjects.PaymentCompleted, partitions: 4, replicationFactor: 3 },
133
133
  // { topic: Subjects.PaymentFailed, partitions: 4, replicationFactor: 3 },
134
134
  // { topic: Subjects.PaymentRefunded, partitions: 4, replicationFactor: 3 },
135
- // // Notification events
136
- // {
137
- // topic: Subjects.NotificationEmail,
138
- // partitions: 4,
139
- // replicationFactor: 3,
140
- // },
141
- // { topic: Subjects.NotificationSMS, partitions: 4, replicationFactor: 3 },
142
- // { topic: Subjects.NotificationPush, partitions: 4, replicationFactor: 3 },
143
- // {
144
- // topic: Subjects.NotificationInApp,
145
- // partitions: 4,
146
- // replicationFactor: 3,
147
- // },
135
+ // Notification events
136
+ {
137
+ topic: subjects_1.Subjects.NotificationEmail,
138
+ partitions: 4,
139
+ replicationFactor,
140
+ },
141
+ { topic: subjects_1.Subjects.NotificationSMS, partitions: 4, replicationFactor },
142
+ { topic: subjects_1.Subjects.NotificationPush, partitions: 4, replicationFactor },
143
+ {
144
+ topic: subjects_1.Subjects.NotificationInApp,
145
+ partitions: 4,
146
+ replicationFactor: 3,
147
+ },
148
148
  ];
149
149
  try {
150
150
  const existingTopics = yield this.admin.listTopics();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uber-clone/common",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "main": "./build/index.js",
5
5
  "types": "./build/index.d.ts",
6
6
  "files": [