Apache Kafka vs. TIBCO Integration (including BusinessWorks and Flogo)

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Apache Kafka
Score 8.5 out of 10
N/A
Apache Kafka is an open-source stream processing platform developed by the Apache Software Foundation written in Scala and Java. The Kafka event streaming platform is used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.N/A
TIBCO Integration (including BusinessWorks and Flogo)
Score 8.6 out of 10
N/A
TIBCO Integration is used to connect diverse business solutions, data sources, and devices into a single, seamless system.N/A
Pricing
Apache KafkaTIBCO Integration (including BusinessWorks and Flogo)
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Apache KafkaTIBCO Integration (including BusinessWorks and Flogo)
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoYes
Entry-level Setup FeeNo setup feeOptional
Additional Details
More Pricing Information
Community Pulse
Apache KafkaTIBCO Integration (including BusinessWorks and Flogo)
Considered Both Products
Apache Kafka
Chose Apache Kafka
Kafka is faster and more scalable, also "free" as opensource (albeit we deploy using a commercial distribution). Infrastructure tends to be cheaper. On the other hand, projects must adapt to Kafka APIs that sometimes change and BAU increases until a major 1.x version comes out …
TIBCO Integration (including BusinessWorks and Flogo)
Chose TIBCO Integration (including BusinessWorks and Flogo)
TIBCO Cloud Integration is a comphrensive platform with good flexibility and scalability rather than selecting single products with predetermided licences and infrastructure
Top Pros
Top Cons
Features
Apache KafkaTIBCO Integration (including BusinessWorks and Flogo)
Cloud Data Integration
Comparison of Cloud Data Integration features of Product A and Product B
Apache Kafka
-
Ratings
TIBCO Integration (including BusinessWorks and Flogo)
5.8
127 Ratings
34% below category average
Pre-built connectors00 Ratings7.5120 Ratings
Connector modification00 Ratings5.58 Ratings
Support for real-time and batch integration00 Ratings7.0117 Ratings
Data quality services00 Ratings5.56 Ratings
Data security features00 Ratings2.77 Ratings
Monitoring console00 Ratings6.9120 Ratings
Best Alternatives
Apache KafkaTIBCO Integration (including BusinessWorks and Flogo)
Small Businesses

No answers on this topic

Make
Make
Score 9.2 out of 10
Medium-sized Companies
IBM MQ
IBM MQ
Score 9.0 out of 10
Zapier
Zapier
Score 8.9 out of 10
Enterprises
IBM MQ
IBM MQ
Score 9.0 out of 10
SAP Integration Suite
SAP Integration Suite
Score 8.7 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Apache KafkaTIBCO Integration (including BusinessWorks and Flogo)
Likelihood to Recommend
8.3
(18 ratings)
8.2
(235 ratings)
Likelihood to Renew
9.0
(2 ratings)
1.0
(28 ratings)
Usability
10.0
(1 ratings)
4.5
(23 ratings)
Availability
-
(0 ratings)
8.9
(6 ratings)
Performance
-
(0 ratings)
7.2
(6 ratings)
Support Rating
8.4
(4 ratings)
7.3
(28 ratings)
In-Person Training
-
(0 ratings)
1.3
(5 ratings)
Online Training
-
(0 ratings)
5.6
(3 ratings)
Implementation Rating
-
(0 ratings)
10.0
(8 ratings)
Configurability
-
(0 ratings)
7.3
(5 ratings)
Ease of integration
-
(0 ratings)
7.3
(21 ratings)
Product Scalability
-
(0 ratings)
7.8
(23 ratings)
Vendor post-sale
-
(0 ratings)
7.3
(6 ratings)
Vendor pre-sale
-
(0 ratings)
7.3
(4 ratings)
User Testimonials
Apache KafkaTIBCO Integration (including BusinessWorks and Flogo)
Likelihood to Recommend
Apache
Apache Kafka is well-suited for most data-streaming use cases. Amazon Kinesis and Azure EventHubs, unless you have a specific use case where using those cloud PaAS for your data lakes, once set up well, Apache Kafka will take care of everything else in the background. Azure EventHubs, is good for cross-cloud use cases, and Amazon Kinesis - I have no real-world experience. But I believe it is the same.
Read full review
TIBCO Software Inc.
In BusinessWorks it is quite easy to develop applications and monitor where as it is not similar with Scribe. The data which successfully processed in Scribe is quite difficult to view. I think the Scribe console tool should have better view for the data it has processed.At times we founds some of our sales orders are missing which are unable to update/insert in the DB, after investigation found the issue is in Scribe tool. A case has been raised 02129657 for the same and as per the guidelines from the Scribe support engineer we did changes in the shutdown interval to zero. ''update SCRIBEINTERNAL.SCRIBE.KSYNC
set keyvalue= 0 where KEYNAME = 'SETTINGS.SHUTDOWNINTERVAL''. Later this change we started getting alert emails like ''Fatal error 325 occurred: Message processor shutting down
- defined maximum memory usage (900MB) exceeded. Please contact Scribe support
at support@scribesoft.com if this
problem persists''. We found this issue is a critical one as the occurrences of it is decreased but still it is persist.
Read full review
Pros
Apache
  • Really easy to configure. I've used other message brokers such as RabbitMQ and compared to them, Kafka's configurations are very easy to understand and tweak.
  • Very scalable: easily configured to run on multiple nodes allowing for ease of parallelism (assuming your queues/topics don't have to be consumed in the exact same order the messages were delivered)
  • Not exactly a feature, but I trust Kafka will be around for at least another decade because active development has continued to be strong and there's a lot of financial backing from Confluent and LinkedIn, and probably many other companies who are using it (which, anecdotally, is many).
Read full review
TIBCO Software Inc.
  • The UI is easy to navigate and map flows are intuitive and easy to build upon after some basic training. However, a user should have some basic knowledge of writing nested statements.
  • Very responsive customer support.
  • The debug feature is a great tool for troubleshooting. You can easily identify where the issue is in your flow. At each debug step, it returns the expected value, and when there isn't the expected value, you know when to modify your flow.
Read full review
Cons
Apache
  • Sometimes it becomes difficult to monitor our Kafka deployments. We've been able to overcome it largely using AWS MSK, a managed service for Apache Kafka, but a separate monitoring dashboard would have been great.
  • Simplify the process for local deployment of Kafka and provide a user interface to get visibility into the different topics and the messages being processed.
  • Learning curve around creation of broker and topics could be simplified
Read full review
TIBCO Software Inc.
  • Missing functionality: We like to run all the files available in the FTP when clicking the run button. Right now, we have to click the run button several times (or have multiple solutions) in order to run files from our FTP site one at a time.
  • Generating column fields every time a file changes from the source in the FTP is very tedious. Working in integrations makes me have to go back and forth a lot of the time, and doing this is incredibly annoying.
  • The security is horrendous. We installed an on-premise agent on the customer side, but we don't want them even touching the ETL tool at all. The only knowledge we are fine with knowing and being able to see is that they installed the agent, not the solutions themselves.
  • Our company's connector would have to point to the dataset name rather than dataset ID. It was very frustrating because we change the dataset name a lot, and then we'd have to repoint it.
  • It's very difficult to monitor the different integrations that go on because there isn't a consolidated dashboard.
Read full review
Likelihood to Renew
Apache
Kafka is quickly becoming core product of the organization, indeed it is replacing older messaging systems. No better alternatives found yet
Read full review
TIBCO Software Inc.
We are deeply entrenched in using Tibco Scribe capabilities, and we are only expanding our usage. It would be one thing if we used it only for a one-time data load, but we have several Scribe maps running constantly, keeping business-critical data up to date. And the ease of use for the occasional, mass data update or upload is simply icing on the cake. I'm a big Microsoft fan, so there is potential down the road to convert our Scribe data integrations to Microsoft Flow (or Power Automate as it is now called). But for now, the functionality just isn't there with Flow (Power Automate), plus the work involved to change all our current integrations would be a large undertaking. So for now and the foreseeable future, Scribe will remain our data integration tool of choice.
Read full review
Usability
Apache
Apache Kafka is highly recommended to develop loosely coupled, real-time processing applications. Also, Apache Kafka provides property based configuration. Producer, Consumer and broker contain their own separate property file
Read full review
TIBCO Software Inc.
As mentioned in the previous sections, setup and maintenance is extremely easy. We don't have many issues for which we need support and there is no need for deep technical skills to use Tibco Cloud Integration platform. The solution provides everything we need for our specific use case, being the replication of our Microsoft Dynamics 365 CRM data to our on premise database for reporting.
Read full review
Reliability and Availability
Apache
No answers on this topic
TIBCO Software Inc.
We have not had any issues with TIBCO not being available when needed. I have only had to contact support less than 5 times in about 5 year time frame due to syncing issues or a problem with the agent. Support is very quick to respond as well as very helpful.
Read full review
Performance
Apache
No answers on this topic
TIBCO Software Inc.
TIBCO Cloud Integration (including BusinessWorks and Scribe)'s performance of the user interface are not to be complained about. The user interface is swift and is a pleasant user experience. The replication jobs take some time to finish but that is because the number of records to be updated/created on a daily basis is quite big. I did split up the jobs between highrunners (entities with a lot of changes) I update on a daily basis and quite stable entities that I update weekly. That solved my issue of a way to long replication.
Read full review
Support Rating
Apache
Support for Apache Kafka (if willing to pay) is available from Confluent that includes the same time that created Kafka at Linkedin so they know this software in and out. Moreover, Apache Kafka is well known and best practices documents and deployment scenarios are easily available for download. For example, from eBay, Linkedin, Uber, and NYTimes.
Read full review
TIBCO Software Inc.
For creating new process, you have lots of palettes to do every develop you need. For created process it is easy to understand even if you have ever seen before it. You can analyze your process in all their detail. User Experience is positive for beginner and expertise people. Just debug mode is still raw, but better in TIBCO BusinessWorks 6.x than TIBCO BusinessWorks 5.x .
Read full review
In-Person Training
Apache
No answers on this topic
TIBCO Software Inc.
Before using TIBCO Businessworks, I participated an official training with a specialized instructor. In this training, I learned what I needed to know to build some applications or web services and how to manage its. It was been very important to me. I understood many technical stuff to familiarize with this powerful platform. I can advice TIBCO Educational Services.
Read full review
Online Training
Apache
No answers on this topic
TIBCO Software Inc.
really good resources
Read full review
Implementation Rating
Apache
No answers on this topic
TIBCO Software Inc.
If we don't design the process correctly, it can do lot of damage (like deleting files or data etc.,) and might assume product issue rather than a design flaw. So it is always recommended to do thorough unit testing , QA and a design review even for a small process to avoid major problems.
Read full review
Alternatives Considered
Apache
I used other messaging/queue solutions that are a lot more basic than Confluent Kafka, as well as another solution that is no longer in the market called Xively, which was bought and "buried" by Google. In comparison, these solutions offer way fewer functionalities and respond to other needs.
Read full review
TIBCO Software Inc.
Used TIBCO for migration of our data for our learning management system.TIBCO, succesful Content ,data migration(courses, classes, registrations, transcripts etc.) ,User migration(Internal users and Partner migration)and Report migrationIntegrations with different applications Workday,Single Sign-On,CertTracker,Okta,Partner contact sync and Questionmark is succesful.LOD: Learn on demand is a third party vendor application where all Virtual classes are delivered by the vendor application. Learning management system sends the class and registration events to learn on demand via real time web service call through TIBCO
Read full review
Scalability
Apache
No answers on this topic
TIBCO Software Inc.
We could easily add multiple agents and new systems. This had no impact on the performance. We had some issues because flows cannot be splitted and called by each other. So you have lots of flows which are the same. It would be great if this was improved. Also transferring values via variables between flows seems to be impossible. You can only use global lists with dictionaries.
Read full review
Return on Investment
Apache
  • Positive: Get a quick and reliable pub/sub model implemented - data across components flows easily.
  • Positive: it's scalable so we can develop small and scale for real-world scenarios
  • Negative: it's easy to get into a confusing situation if you are not experienced yet or something strange has happened (rare, but it does). Troubleshooting such situations can take time and effort.
Read full review
TIBCO Software Inc.
  • Startup time - the quick time in which we can provision integrations means we can deliver requirements quickly, which is what our departments need
  • The online training means we can easily get users up and running without the need for the internal cost of training
  • Development time - The development that was needed to create connectors for our custom application was large
Read full review
ScreenShots

TIBCO Integration (including BusinessWorks and Flogo) Screenshots

Screenshot of TIBCO Control PlaneScreenshot of End-to-end ObservabilityScreenshot of TIBCO VSCode Development ExperienceScreenshot of Model-based Development ExperienceScreenshot of TIBCO Developer Hub