Skip to content

Commit bffe801

Browse files
authored
Update MIGRATION.md (jobcloud#44)
* Update MIGRATION.md * remove phpdbg
1 parent 21d7055 commit bffe801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MIGRATION.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ messaging systems than Kafka.
66

77
In most cases you can just:
88
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)
1010
3. Replace namespace `Jobcloud\Messaging\Kafka` with `Jobcloud\Kafka`
1111
4. Replace the following:
1212
- `ConsumerException` with `KafkaConsumerConsumeException`
1313
- `MessageInterface` with `KafkaMessageInterface` or depending on your use case with `KafkaConsumerMessageInterface` and `KafkaProducerMessageInterface`
1414
- `ProducerInterface` with `KafkaProducerInterface`
1515
- `ConsumerInterface` with `KafkaConsumerInterface`
16-
- `ProducerPool` is not supported anymore
16+
- `ProducerPool` is not supported anymore

0 commit comments

Comments
 (0)