Joe Flood
Joe Flood
I ran into the same problem. For others, this package seems to handled these cases well https://www.npmjs.com/package/csvtojson
This would great, obviously for all language/environments. @alolita In the shorter term, it might be helpful to provide some guidance on how one could achieve this themselves.
Now that this package supports binary value in stream entries, would someone be able to update spark redis to support binary columns also? It is currently only Map https://github.com/RedisLabs/spark-redis/blob/master/src/main/scala/com/redislabs/provider/redis/streaming/RedisStreamReceiver.scala#L108 Which...
> @jfloodnet This PR is closed by OP without being merged. oh that's true. @thachlp what was the reason you closed this PR?
Yep, the use case for me is a single target host that can handle the same task executing concurrently. The current model doesn't allow it.
Some more history. This problem was solved back in [2018](https://github.com/aws-amplify/amplify-js/issues/1025#event-3888533276).. The simple and cleanest solution was to call: `const topic = provider.getTopicForValue(value);` Technically, `getTopicForValue` was "protected", but hey this is...
@LiorKogan will there be a full announcement coming regarding the fate of "Triggers and functions" and/or "RedisGears"?
> @jfloodnet There will be no public announcement about the discontinuation of RedisGears 2.0 as it was never GAed. I appreciate the reply. Apologies for my ignorance, but does that...
If there is an alternative api provided in v6, please provide documentation on how one could migrate their custom storage implementation to it.
Thank you @israx I think you could add something to the migration docs https://docs.amplify.aws/gen1/react/build-a-backend/troubleshooting/migrate-from-javascript-v5-to-v6/ The current docs don't do a great job of instructing how to actually upgrade the config....