Dale Lane
Dale Lane
**Is your feature request related to a problem? Please describe.** A Kafka cluster is typically made of a group of Kafka brokers. The brokers act as peers, so a client...
I'd love to try and get EduBlocks working with [Machine Learning for Kids](https://machinelearningforkids.co.uk). I've got custom blocks for Scratch and App Inventor, so it'd be great to try and do...
Noticed a couple of dead links in the README doc. One is a typo (AUTHENTICATION.md should be Authentication.md) so I fixed that. The other pointed at a doc on VCAP_SERVICES...
**Is your feature request related to a problem? Please describe.** Disabling TLS for Kafka's inter-broker connections would improve the performance. For installs where security isn't a concern, such as those...
Some JMS message types cannot be processed by the record builder. To avoid losing these messages, they should be rolled back to the MQ queue that they came from. Signed-off-by:...
There appears to have been a regression in being able to run SPICE between tfjs 4.15.0 and 4.16.0 It works correctly in TFJS 4.15.0 In TFJS 4.16.0 calling `model.execute` results...
I _think_ we should be able to get sound projects working, in the same way that we've got image projects working with TensorFlow.js in an embedded WebView. I tried to...
https://huggingface.co/ibm-granite/granite-3.1-1b-a400m-instruct I believe it will involve adding support for a new model type (granitemoe)
**or "How do we describe time in asynchronous APIs?"** When messages are sent to a channel from multiple sources, it is common for the resulting messages to be slightly out...
### Bug Description Some Kafka Connect plugins include Connect artifacts as dependencies. For example, I include this in my `KafkaConnect` custom resource: ```yaml spec: build: plugins: - name: myconnector artifacts:...