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
* add migration hint
* update readme
* update readme version
* fix stan
* fix stan
* fix stan
* fix stan
* fix stan
* fix stan
* fix stan
* fix stan
* fix stan
* fix stan
* fix stan
Internally not much has changed, we have mostly gotten rid of,
4
+
the general interfaces, since we won't implement support for other
5
+
messaging systems than Kafka.
6
+
7
+
In most cases you can just:
8
+
1.`composer remove jobcloud/messaging-lib`
9
+
2.`composer require jobcloud/php-kafka-lib ~0.1`
10
+
3. Replace namespace `Jobcloud\Messaging\Kafka` with `Jobcloud\Kafka`
11
+
4. Replace the following:
12
+
-`ConsumerException` with `KafkaConsumerConsumeException`
13
+
-`MessageInterface` with `KafkaMessageInterface` or depending on your use case with `KafkaConsumerMessageInterface` and `KafkaProducerMessageInterface`
14
+
-`ProducerInterface` with `KafkaProducerInterface`
15
+
-`ConsumerInterface` with `KafkaConsumerInterface`
0 commit comments