You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: MIGRATION.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ messaging systems than Kafka.
6
6
7
7
In most cases you can just:
8
8
1.`composer remove jobcloud/messaging-lib`
9
-
2.`composer require jobcloud/php-kafka-lib ~0.1`
9
+
2.`composer require jobcloud/php-kafka-lib ~0.1` (after migration, consider switching to the most current release)
10
10
3. Replace namespace `Jobcloud\Messaging\Kafka` with `Jobcloud\Kafka`
11
11
4. Replace the following:
12
12
-`ConsumerException` with `KafkaConsumerConsumeException`
13
13
-`MessageInterface` with `KafkaMessageInterface` or depending on your use case with `KafkaConsumerMessageInterface` and `KafkaProducerMessageInterface`
14
14
-`ProducerInterface` with `KafkaProducerInterface`
15
15
-`ConsumerInterface` with `KafkaConsumerInterface`
0 commit comments