Questions tagged [kafka]
The kafka tag has no summary.
5 questions
-1 votes
2 answers
632 views
Is it possible to consume kafka topics in salesforce
We have a requirement where SF need to act as subscriber to a kafka channel.However I did not find any native way of doing it. SF can publish the events but no documentation around subscribing the ...
0 votes
0 answers
341 views
Unable to send Platform Event to Salesforce CRM from Kafka Cloud Confluent thorugh Kafka Salesforce Platform Event Sink Connector
I am trying to send a topic record to Kafka Cloud Confluent with POSTMAN, using Kafka Confluent REST Api. Then, I want to publish a Platform Event on Salesforce CRM using Kafka Salesforce Platform ...
3 votes
0 answers
1k views
Listening to Kafka & pulling data into Salesforce
I am going say right off the bat that I am not fluent in SF event architecture. My question is can SF listen to Kafka event bus in real time and when Kafka listener alerts a change, SF should be able ...
0 votes
0 answers
52 views
how to send data from Kafka to Salesforce Streaming Api [duplicate]
i have done with the salesforce to Kafka already , i have some topics in KAFKA like Ptopic1 ,Ptopic2. so the thing here is i want live data of some latitude and longitude that comes from MQTT. i am ...
2 votes
1 answer
300 views
Heroku Postgres, Redis, Kafka - is one better for storing key/value string pairs?
I'm going to make sure this stays specific and not flagged as too broad. I'm putting together an approach to store data in Heroku. This data is relatively simple in nature - it's key/value pairs, ...