Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content

This commit is contained in:
Peter Foster
2026-03-21 09:48:46 +00:00
parent a4a8e237d6
commit 1d705572ad
164 changed files with 2870 additions and 9819 deletions

View File

@@ -18,11 +18,11 @@ header('Content-Security-Policy: default-src \'self\'; script-src \'self\' \'uns
// SEO and performance optimizations
$page_title = "Apache Kafka Performance for Real-Time Streaming | UK Guide";
$page_description = "A deep dive into Apache Kafka performance evaluation for real-time data streaming. Analyse throughput, latency, and tuning for UK enterprise systems.";
$canonical_url = "https://ukdataservices.co.uk/blog/articles/performance-evaluation-apache-kafka-real-time-streaming.php";
$canonical_url = "https://ukaiautomation.co.uk/blog/articles/performance-evaluation-apache-kafka-real-time-streaming.php";
$keywords = "apache kafka performance, kafka real-time data streaming, kafka performance evaluation, kafka throughput, kafka latency, stream processing performance, kafka tuning uk";
$author = "Analytics Engineering Team";
$og_image = "https://ukdataservices.co.uk/assets/images/ukds-social-card.png";
$twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-social-card.png";
$og_image = "https://ukaiautomation.co.uk/assets/images/ukds-social-card.png";
$twitter_card_image = "https://ukaiautomation.co.uk/assets/images/ukds-social-card.png";
$article_date = '2024-06-14'; // New article, new date
$last_modified = '2024-06-14';
$article_slug = 'performance-evaluation-apache-kafka-real-time-streaming';
@@ -32,7 +32,7 @@ $article_slug = 'performance-evaluation-apache-kafka-real-time-streaming';
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?php echo htmlspecialchars($page_title); ?> | UK Data Services</title>
<title><?php echo htmlspecialchars($page_title); ?> | UK AI Automation</title>
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
<meta name="keywords" content="<?php echo htmlspecialchars($keywords); ?>">
<meta name="author" content="<?php echo htmlspecialchars($author); ?>">
@@ -69,10 +69,10 @@ $article_slug = 'performance-evaluation-apache-kafka-real-time-streaming';
},
"publisher": {
"@type": "Organization",
"name": "UK Data Services",
"name": "UK AI Automation",
"logo": {
"@type": "ImageObject",
"url": "https://ukdataservices.co.uk/assets/images/logo.svg"
"url": "https://ukaiautomation.co.uk/assets/images/logo.svg"
}
},
"mainEntityOfPage": {
@@ -119,7 +119,7 @@ $article_slug = 'performance-evaluation-apache-kafka-real-time-streaming';
<section>
<h2>Essential Kafka Tuning for Real-Time Streaming</h2>
<p>Optimising Kafka involves tuning both producers and brokers. For producers, focus on `batch.size` and `linger.ms` to balance throughput and latency. For brokers, ensure you have correctly configured the number of partitions, I/O threads (`num.io.threads`), and network threads (`num.network.threads`) to match your hardware and workload.</p>
<p>At UK Data Services, we specialise in building and optimising high-performance data systems. If you need expert help with your Kafka implementation, <a href="/contact.php">get in touch with our engineering team</a>.</p>
<p>At UK AI Automation, we specialise in building and optimising high-performance data systems. If you need expert help with your Kafka implementation, <a href="/contact.php">get in touch with our engineering team</a>.</p>
</section>
</div>
</div>