[squeak-dev] Kafka client

rabbit rabbit at callistohouse.org
Sat Sep 10 12:05:41 UTC 2022


It initially would not load with a Parser error from the following code:

    KTopicMessageSet>>#size

        ^6 + topicName size + (partitionMessageSet inject: 0 into: [:sz
        :tn| sz := sz + tn size])

I have changed this to:

    ^6 + topicName size + (partitionMessageSet inject: 0 into: [:sz :tn|
    sz + tn size])

Cheers!
rabbit

On 9/9/22 20:18, Ron Teitelbaum wrote:
> Hi Rob,
>
> I found this by doing a quick scan. 
> http://www.smalltalkhub.com/cbc/KAFKAClient/index.html
>
> All the best,
>
> Ron Tetielbaum
>
> On Fri, Sep 9, 2022 at 10:35 AM rabbit <rabbit at callistohouse.org> wrote:
>
>     Hi,
>
>     I had seen mention of a Kafka client in squeak. Anyone know where
>     I could find this, please?
>
>
>     Have a good one; keep it, light.
>     Kindly,
>     rabbit
>     . .. … ‘…^,^
>
>
>     Sent from Callisto House :: decentralized mobile homeless solutions
>
>
-- 
Have a good one; keep it, light.
Kindly,
rabbit
. .. … ‘…^,^


Sent from Callisto House :: decentralized mobile homeless solutions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220910/cf862a02/attachment.html>


More information about the Squeak-dev mailing list