This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #738 from WeMakeDevs/feat--kafkta-webinar
feat: kafkta webinar
- Loading branch information
Showing
15 changed files
with
166 additions
and
100 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
import Poster from '@/assets/webinars/kafka/poster.png'; | ||
import Speaker from '@/assets/webinars/kafka/speaker.jpeg'; | ||
|
||
import { | ||
IndividualWebinarCompletedPageHeader, | ||
IndividualWebinarPageFAQ, | ||
} from './IndividualWebinarPageContent'; | ||
|
||
const KafkaWebinar = { | ||
header: IndividualWebinarCompletedPageHeader, | ||
name: 'Deploying Kafka Brokers in Multiple Clouds with KubeSlice', | ||
description: | ||
'Apache Kafka has emerged as the central nervous system for businesses enabling real-time event streaming. This webinar will explore how KubeSlice simplifies the deployment of Kafka across multi-cloud environments, unlocking new use cases and driving business value.', | ||
poster: Poster, | ||
videoUrl: null, | ||
takeaways: [ | ||
'Understanding the Kafka Revolution', | ||
'The shift to a centralized event streaming paradigm.', | ||
'Real-world examples of Kafka deployment in retail, insurance, banking, and more.', | ||
'Seamless Kafka Deployment across Multi-Cluster Environments with KubeSlice Deploying Kafka brokers across various Kubernetes clusters.', | ||
'Application in single clouds, multi-cloud, and hybrid environments. Optimizing Kafka Communication', | ||
'Strategies for resilience, scalability, and high availability. Real-time analytics and actionable insights.', | ||
'Unified Control, Security, and Compliance with KubeSlice Unified management of resources and access privileges.', | ||
'Use Cases and Real-World Applications with Multi-Cluster Kafka', | ||
], | ||
time: '17 Augest 2023 16:00:00 GMT', | ||
speakers: [ | ||
{ | ||
name: 'Prasad Dorbala', | ||
description: 'Chief Product Officer at Avesha', | ||
linkedin: 'prasad-dorbala', | ||
img: Speaker, | ||
}, | ||
], | ||
register: 'KafkaWebinar', | ||
slug: 'multiple-clouds-with-kubeslice', | ||
faq: IndividualWebinarPageFAQ, | ||
}; | ||
|
||
export default KafkaWebinar; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.