Internally not much has changed, we have mostly gotten rid of,
the general interfaces, since we won't implement support for other
messaging systems than Kafka.
In most cases you can just:
composer remove jobcloud/messaging-libcomposer require jobcloud/php-kafka-lib ~0.1(after migration, consider switching to the most current release)- Replace namespace
Jobcloud\Messaging\KafkawithJobcloud\Kafka - Replace the following:
ConsumerExceptionwithKafkaConsumerConsumeExceptionMessageInterfacewithKafkaMessageInterfaceor depending on your use case withKafkaConsumerMessageInterfaceandKafkaProducerMessageInterfaceProducerInterfacewithKafkaProducerInterfaceConsumerInterfacewithKafkaConsumerInterfaceProducerPoolis not supported anymore